UNPKG

convex

Version:

Client for the Convex Cloud

17 lines 744 B
import { DeploymentType } from "./api.js"; import { ProjectConfig } from "./config.js"; import { TypeCheckMode } from "./typecheck.js"; import { Context } from "./context.js"; export declare function doCodegen({ ctx, projectConfig, configPath, typeCheckMode, deploymentType, dryRun, debug, quiet, commonjs, }: { ctx: Context; projectConfig: ProjectConfig; configPath: string; typeCheckMode: TypeCheckMode; deploymentType: DeploymentType; dryRun?: boolean; debug?: boolean; quiet?: boolean; commonjs?: boolean; }): Promise<void>; export declare function doInitCodegen(ctx: Context, functionsDir: string, quiet?: boolean, dryRun?: boolean, debug?: boolean): Promise<void>; //# sourceMappingURL=codegen.d.ts.map