UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

6 lines (5 loc) 251 B
export * from "./node.adapter"; export * from "./storage"; export * from "./connection/NodeSqliteConnection"; export declare function writer(path: string, content: string): Promise<void>; export declare function reader(path: string): Promise<string>;