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) 226 B
import type { KyselyPlugin } from "kysely"; export declare class KyselyPluginRunner { protected plugins: Set<KyselyPlugin>; constructor(plugins?: KyselyPlugin[]); transformResultRows<T>(rows: T[]): Promise<T[]>; }