Skip to main content
Home

latest
Works with
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 Score23%
Published11 months ago (0.0.2)

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.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@king-ts/schema

Import symbol

import * as schema from "@king-ts/schema";
or

Import directly with a jsr specifier

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

Add Package

pnpm i jsr:@king-ts/schema
or (using pnpm 10.8 or older)
pnpm dlx jsr add @king-ts/schema

Import symbol

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

Add Package

yarn add jsr:@king-ts/schema
or (using Yarn 4.8 or older)
yarn dlx jsr add @king-ts/schema

Import symbol

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

Add Package

vlt install jsr:@king-ts/schema

Import symbol

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

Add Package

npx jsr add @king-ts/schema

Import symbol

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

Add Package

bunx jsr add @king-ts/schema

Import symbol

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