UNPKG

baseflow-local-client

Version:

Official TypeScript/JavaScript client for BaseFlow Local - a local-first BaaS with SQLite database, authentication, file storage, and real-time features

5 lines 231 B
export { BaseFlowLocalClient, createClient } from './client'; export { LocalQueryBuilderImpl } from './query-builder'; export * from './types'; export { createClient as default } from './client'; //# sourceMappingURL=index.d.ts.map