Skip to main content
Home

latest

Kicking the tires on JSR. Hello, JSR!

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (0.1.4)
Package root>src>kevin-mitchell.ts
/** * An example function exported from the export path. * * @returns an exciting message to JSR */ export function kevinMitchell(): string { return "hello JSR!"; }