ditto/packages/db/mod.ts
2025-02-20 11:32:04 -06:00

4 lines
156 B
TypeScript

export { DittoPolyPg } from './adapters/DittoPolyPg.ts';
export type { DittoDB } from './DittoDB.ts';
export type { DittoTables } from './DittoTables.ts';