UNPKG

convex

Version:

Client for the Convex Cloud

7 lines 264 B
export declare function importPath(modulePath: string): string; export declare function moduleIdentifier(modulePath: string): string; export declare function apiCodegen(modulePaths: string[]): { DTS: string; JS: string; }; //# sourceMappingURL=api.d.ts.map