UNPKG

convex

Version:

Client for the Convex Cloud

10 lines 300 B
export declare function header(oneLineDescription: string): string; /** * We generate JS files as .d.ts and .js so that they are usable by both * JavaScript and TypeScript developers. */ export type GeneratedJsWithTypes = { DTS: string; JS?: string; }; //# sourceMappingURL=common.d.ts.map