Skip to main content

@kt3k/hello@0.0.6
Built and signed on GitHub Actions

hello world

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
11 months ago (0.0.6)

@kt3k/hello

Usage

import { hello } from "@kt3k/hello";
hello(); // prints "hello"
Built and signed on
GitHub Actions
View transparency log

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";