UNPKG

bknd

Version:

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

10 lines (9 loc) 344 B
import { type LocalAdapterConfig, StorageLocalAdapter } from "./storage/StorageLocalAdapter"; export * from "./node.adapter"; export { StorageLocalAdapter, type LocalAdapterConfig }; export declare function registerLocalMediaAdapter(): (config?: Partial<LocalAdapterConfig>) => { type: string; config: { path: string; }; };