Add Package
deno add jsr:@foxhunt/hello-jsr
Import symbol
import * as hello_jsr from "@foxhunt/hello-jsr";
---- OR ----
Import directly with a jsr specifier
import * as hello_jsr from "jsr:@foxhunt/hello-jsr";
Add Package
npx jsr add @foxhunt/hello-jsr
Import symbol
import * as hello_jsr from "@foxhunt/hello-jsr";
Add Package
yarn dlx jsr add @foxhunt/hello-jsr
Import symbol
import * as hello_jsr from "@foxhunt/hello-jsr";
Add Package
pnpm dlx jsr add @foxhunt/hello-jsr
Import symbol
import * as hello_jsr from "@foxhunt/hello-jsr";
Add Package
bunx jsr add @foxhunt/hello-jsr
Import symbol
import * as hello_jsr from "@foxhunt/hello-jsr";