UNPKG

convex

Version:

Client for the Convex Cloud

6 lines 276 B
export declare function setupHttpCalls(): { runQuery: (name: string, ...args: any[]) => Promise<any>; runMutation: (name: string, ...args: any[]) => Promise<any>; runAction: (name: string, ...args: any[]) => Promise<any>; }; //# sourceMappingURL=http_impl.d.ts.map