Skip to main content
This package works with BunIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
Published
9 months ago (0.1.0)

jsr-test

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.4. Bun is a fast all-in-one JavaScript runtime.

Add Package

deno add jsr:@burakbey/hello-world

Import symbol

import * as hello_world from "@burakbey/hello-world";

---- OR ----

Import directly with a jsr specifier

import * as hello_world from "jsr:@burakbey/hello-world";

Add Package

npx jsr add @burakbey/hello-world

Import symbol

import * as hello_world from "@burakbey/hello-world";

Add Package

yarn dlx jsr add @burakbey/hello-world

Import symbol

import * as hello_world from "@burakbey/hello-world";

Add Package

pnpm dlx jsr add @burakbey/hello-world

Import symbol

import * as hello_world from "@burakbey/hello-world";

Add Package

bunx jsr add @burakbey/hello-world

Import symbol

import * as hello_world from "@burakbey/hello-world";