import { hello } from "@kt3k/hello"; hello(); // prints "hello"
Add Package
deno add jsr:@kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
---- OR ----
Import directly with a jsr specifier
import * as hello from "jsr:@kt3k/hello";
Add Package
npx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
yarn dlx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
pnpm dlx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
bunx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";