Skip to main content
Module

x/ldkit/library/schema/mod.ts

LDkit - Linked Data query toolkit for TypeScript developers
Latest
File
export type { SupportedDataTypes, SupportedNativeTypes } from "./data_types.ts";
export type { Identity, SchemaInterface, SchemaSearchInterface, SchemaUpdateInterface,} from "./interface.ts";
export type { ExpandedProperty, ExpandedSchema, Property, Schema,} from "./schema.ts";
export type { SearchFilters, SearchSchema } from "./search.ts";
export { expandSchema, getSchemaProperties } from "./utils.ts";