link-stack/packages/bridge-common/index.ts

3 lines
98 B
TypeScript
Raw Normal View History

2024-04-30 11:39:16 +02:00
export { db, type Database } from "./lib/database";
export { getWorkerUtils } from "./lib/utils";