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) • 565 B
TypeScript
import { type RuntimeOptions } from "bknd/adapter";
import type { CloudflareBkndConfig, Context, CloudflareEnv } from "../index";
import { type CfMakeConfigArgs } from "../config";
export declare function makeApp<Env extends CloudflareEnv = CloudflareEnv>(config: CloudflareBkndConfig<Env>, args?: CfMakeConfigArgs<Env>, opts?: RuntimeOptions): Promise<import("../../..").App>;
export declare function getFresh<Env extends CloudflareEnv = CloudflareEnv>(config: CloudflareBkndConfig<Env>, ctx: Context<Env>, opts?: RuntimeOptions): Promise<import("../../..").App>;