UNPKG

bknd

Version:

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

7 lines (6 loc) 204 B
/** * File costs 10kb, can be optimized. * @todo: optimize for lower file size */ export declare const MIME_TYPES: Map<string, string>; export declare function guessMimeType(filename: string): string;