This release is 1 version behind 0.0.8 — the latest version of @kt3k/hello. Jump to latest
hello world
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
88%
Published
2 months ago (0.0.7)
@kt3k/hello
Usage
import { hello } from "@kt3k/hello"; hello(); // prints "hello"
Add Package
deno add jsr:@kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Import directly with a jsr specifier
import * as hello from "jsr:@kt3k/hello";
Add Package
pnpm i jsr:@kt3k/hello
pnpm dlx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
yarn add jsr:@kt3k/hello
yarn dlx jsr add @kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
vlt install jsr:@kt3k/hello
Import symbol
import * as hello from "@kt3k/hello";
Add Package
npx 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";