UNPKG

@augment-vir/node

Version:

A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.

6 lines (5 loc) 293 B
export declare function generatePrismaClient(schemaFilePath: string, env?: Record<string, string>): Promise<void>; export declare function isGeneratedPrismaClientCurrent({ jsClientOutputDir, schemaFilePath, }: { schemaFilePath: string; jsClientOutputDir: string; }): Promise<boolean>;