debilus/src/lib.ts
2024-05-29 03:57:05 +02:00

3 lines
205 B
TypeScript

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