UNPKG

bknd

Version:

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

9 lines (8 loc) 300 B
import { Connection, type FieldSpec, type SchemaResponse } from "./Connection"; export declare class DummyConnection extends Connection { protected readonly supported: { batching: boolean; }; constructor(); getFieldSchema(spec: FieldSpec, strict?: boolean): SchemaResponse; }