UNPKG

@gmencz/faunadb

Version:

TypeScript-first FaunaDB client with static type inference

5 lines (4 loc) 228 B
export { QueryBuilder, SchemaTypes } from './lib/query-builder'; export { Client, RegionGroupURL } from './lib/client'; export { QueryError } from './lib/errors'; export { Expression, wrap, wrapValues } from './lib/expression';