UNPKG

convex

Version:

Client for the Convex Cloud

7 lines 265 B
import type { Context } from "../../bundler/context.js"; /** * Check the version of the `convex` NPM package and nag if Convex AI files * are out of date. */ export declare function checkVersion(ctx: Context): Promise<void>; //# sourceMappingURL=updates.d.ts.map