Skip to main content
Go to Latest
File
export type { SchemaInterface, SchemaInterfaceIdentity, SchemaInterfaceType,} from "./interface.ts";
export type { Schema, SchemaPrototype, Property, PropertyPrototype,} from "./schema.ts";
export { expandSchema, getSchemaProperties } from "./utils.ts";