Kicking the tires on JSR. Hello, JSR!
12345678/** * An example function exported from the export path. * * @returns an exciting message to JSR */ export function kevinMitchell(): string { return "hello JSR!"; }