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
3 months ago (0.1.0)
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 @contrast/agent

Import symbol

import { greet } from "@contrast/agent";

Add Package

npx jsr add @contrast/agent

Import symbol

import { greet } from "@contrast/agent";

Add Package

yarn dlx jsr add @contrast/agent

Import symbol

import { greet } from "@contrast/agent";

Add Package

pnpm dlx jsr add @contrast/agent

Import symbol

import { greet } from "@contrast/agent";

Add Package

bunx jsr add @contrast/agent

Import symbol

import { greet } from "@contrast/agent";