convex
Version:
Client for the Convex Cloud
17 lines (16 loc) • 366 B
JavaScript
;
import { version } from "../../index.js";
export function header(oneLineDescription) {
return `/* eslint-disable */
/**
* ${oneLineDescription}
*
* THIS CODE IS AUTOMATICALLY GENERATED.
*
* Generated by convex@${version}.
* To regenerate, run \`npx convex codegen\`.
* @module
*/
`;
}
//# sourceMappingURL=common.js.map