Skip to main content

latest

My first JSR package

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 (1.0.1)

@kumargaurav/hello

My first jsr package.

Usuage

Installation npx jsr add @kumargaurav/hello

Example

import { hello } from "@kumargaurav/hello";

hello('your-name')

License

MIT

Add Package

deno add jsr:@kumargaurav/hello

Import symbol

import * as hello from "@kumargaurav/hello";

---- OR ----

Import directly with a jsr specifier

import * as hello from "jsr:@kumargaurav/hello";

Add Package

npx jsr add @kumargaurav/hello

Import symbol

import * as hello from "@kumargaurav/hello";

Add Package

yarn dlx jsr add @kumargaurav/hello

Import symbol

import * as hello from "@kumargaurav/hello";

Add Package

pnpm dlx jsr add @kumargaurav/hello

Import symbol

import * as hello from "@kumargaurav/hello";

Add Package

bunx jsr add @kumargaurav/hello

Import symbol

import * as hello from "@kumargaurav/hello";