Add Package
deno add jsr:@standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";
or
Import directly with a jsr specifier
import { StandardJSONSchemaV1 } from "jsr:@standard-schema/spec";
Add Package
pnpm i jsr:@standard-schema/spec
or (using pnpm 10.8 or older)
pnpm dlx jsr add @standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";
Add Package
yarn add jsr:@standard-schema/spec
or (using Yarn 4.8 or older)
yarn dlx jsr add @standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";
Add Package
vlt install jsr:@standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";
Add Package
npx jsr add @standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";
Add Package
bunx jsr add @standard-schema/spec
Import symbol
import { StandardJSONSchemaV1 } from "@standard-schema/spec";