UNPKG

juniper

Version:

ESM JSON Schema builder for static Typescript inference.

9 lines (8 loc) 247 B
import { AbstractSchema } from '../lib/schema.js'; export class BooleanSchema extends AbstractSchema { schemaType = 'boolean'; static create(options) { return new BooleanSchema(options); } } //# sourceMappingURL=boolean.js.map