Add Package
deno add jsr:@paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";
or
Import directly with a jsr specifier
import { start } from "jsr:@paimaexample/runtime";
Add Package
pnpm i jsr:@paimaexample/runtime
or (using pnpm 10.8 or older)
pnpm dlx jsr add @paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";
Add Package
yarn add jsr:@paimaexample/runtime
or (using Yarn 4.8 or older)
yarn dlx jsr add @paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";
Add Package
vlt install jsr:@paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";
Add Package
npx jsr add @paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";
Add Package
bunx jsr add @paimaexample/runtime
Import symbol
import { start } from "@paimaexample/runtime";