UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

3 lines (2 loc) 123 B
import { Kysely } from "kysely"; export declare function createDb<T>(durableObjectBinding: any, name?: string): Kysely<T>;