debilus/src/lib.ts
2024-05-30 00:42:25 +02:00

3 lines
217 B
TypeScript

export { Collection, Entry } from "./lib/entry.ts";
export { Schema, Store } from "./lib/store.ts";
export type { EntryFor, Field, Property, QueriedFor, QueriedOf, Relation, Structure, Table } from "./lib/typing.ts";