UNPKG

convex

Version:

Client for the Convex Cloud

9 lines 308 B
import { Command } from "@commander-js/extra-typings"; export declare const codegen: Command<[], { dryRun?: true | undefined; debug?: true | undefined; typecheck: "enable" | "try" | "disable"; init?: true | undefined; commonjs?: true | undefined; }>; //# sourceMappingURL=codegen.d.ts.map