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