Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, 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
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
7 months ago (0.0.1)
function helloJsr
helloJsr(msg: string): string

Return a hello message

Parameters

The hello message which will appear

Return Type

formatted hello message

Add Package

deno add @sy/jsr-hello

Import symbol

import { helloJsr } from "@sy/jsr-hello";

Add Package

npx jsr add @sy/jsr-hello

Import symbol

import { helloJsr } from "@sy/jsr-hello";

Add Package

yarn dlx jsr add @sy/jsr-hello

Import symbol

import { helloJsr } from "@sy/jsr-hello";

Add Package

pnpm dlx jsr add @sy/jsr-hello

Import symbol

import { helloJsr } from "@sy/jsr-hello";

Add Package

bunx jsr add @sy/jsr-hello

Import symbol

import { helloJsr } from "@sy/jsr-hello";