UNPKG

convex

Version:

Client for the Convex Cloud

13 lines 554 B
import { Command } from "@commander-js/extra-typings"; import { Context } from "../bundler/context.js"; export declare const networkTest: Command<[], { timeout?: string | undefined; ipFamily?: string | undefined; prod?: true | undefined; previewName?: string | undefined; deploymentName?: string | undefined; url?: string | undefined; adminKey?: string | undefined; }>; export declare function withTimeout<T>(ctx: Context, name: string, timeoutMs: number, f: Promise<T>): Promise<T>; //# sourceMappingURL=network_test.d.ts.map