This commit is contained in:
JOLIMAITRE Matthieu 2024-05-29 03:57:05 +02:00
commit fc701bec68
9 changed files with 366 additions and 0 deletions

3
src/lib.ts Normal file
View file

@ -0,0 +1,3 @@
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";