Skip to main content
Module

x/ldkit/library/schema/mod.ts

LDkit - Linked Data query toolkit for TypeScript developers
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";