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
23%
Published
2 weeks ago (0.0.2)

@king-ts/schema

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.2.4. Bun is a fast all-in-one JavaScript runtime.

Add Package

deno add jsr:@king-ts/shell

Import symbol

import * as shell from "@king-ts/shell";

---- OR ----

Import directly with a jsr specifier

import * as shell from "jsr:@king-ts/shell";

Add Package

npx jsr add @king-ts/shell

Import symbol

import * as shell from "@king-ts/shell";

Add Package

yarn dlx jsr add @king-ts/shell

Import symbol

import * as shell from "@king-ts/shell";

Add Package

pnpm dlx jsr add @king-ts/shell

Import symbol

import * as shell from "@king-ts/shell";

Add Package

bunx jsr add @king-ts/shell

Import symbol

import * as shell from "@king-ts/shell";