Skip to main content

@emm/test@0.1.1

latest

test

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
94%
Published
7 months ago (0.1.1)
function greet
greet(name: string): void

Greet a person.

Parameters

name: string

The name of the person to greet.

Return Type

void

Add Package

deno add jsr:@emm/test

Import symbol

import { greet } from "@emm/test";

---- OR ----

Import directly with a jsr specifier

import { greet } from "jsr:@emm/test";

Add Package

npx jsr add @emm/test

Import symbol

import { greet } from "@emm/test";

Add Package

yarn dlx jsr add @emm/test

Import symbol

import { greet } from "@emm/test";

Add Package

pnpm dlx jsr add @emm/test

Import symbol

import { greet } from "@emm/test";

Add Package

bunx jsr add @emm/test

Import symbol

import { greet } from "@emm/test";