UNPKG

convex

Version:

Client for the Convex Cloud

5 lines 262 B
import { Command } from "commander"; export declare type TypecheckResult = "cantTypeCheck" | "success" | "typecheckFailed"; /** Run the TypeScript compiler, as configured during */ export declare const typecheck: Command; //# sourceMappingURL=typecheck.d.ts.map