UNPKG

loom-schema

Version:

Class-based JSON Schema library with full TypeScript support

3 lines 427 B
export type { JsonSchemaType, KnownFormat, StringSchemaOptions, NumberSchemaOptions, IntegerSchemaOptions, BooleanSchemaOptions, ArraySchemaOptions, ObjectSchemaOptions, NullSchemaOptions, JsonSchema, JsonSchemaBase, SchemaFragment, JsonSchemaInput, Infer, } from "./schema"; export { string, number, integer, boolean, nil, array, object, allOf, anyOf, oneOf, conditional, } from "./schema"; //# sourceMappingURL=index.d.ts.map