Files
dev-puppeteer/packages/db/src/index.ts
2026-05-09 22:30:49 +09:00

3 lines
96 B
TypeScript

export { createDbClient, type DbClient } from "./client.js";
export * from "./schema/index.js";