UNPKG

@instantdb/core

Version:
8 lines 253 B
type CreateRouteHandlerConfig = { appId: string; }; export declare const createInstantRouteHandler: (config: CreateRouteHandlerConfig) => { POST: (req: Request) => Promise<Response>; }; export {}; //# sourceMappingURL=createRouteHandler.d.ts.map