Skip to main content

latest

A module providing a function to greet people.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
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
94%
Published
2 months ago (0.0.3)

Greet

A module providing a function to greet people.

Usage Example

import { greet } from "jsr:@farishan/greet";

greet('John'); // Hello, John!

Add Package

deno add jsr:@farishan/greet

Import symbol

import * as greet from "@farishan/greet";

---- OR ----

Import directly with a jsr specifier

import * as greet from "jsr:@farishan/greet";

Add Package

npx jsr add @farishan/greet

Import symbol

import * as greet from "@farishan/greet";

Add Package

yarn dlx jsr add @farishan/greet

Import symbol

import * as greet from "@farishan/greet";

Add Package

pnpm dlx jsr add @farishan/greet

Import symbol

import * as greet from "@farishan/greet";

Add Package

bunx jsr add @farishan/greet

Import symbol

import * as greet from "@farishan/greet";