UNPKG

convex

Version:

Client for the Convex Cloud

10 lines 308 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 declare type GeneratedJsWithTypes = { DTS: string; JS?: string; }; //# sourceMappingURL=common.d.ts.map