UNPKG

prisma-frontend

Version:

A Prisma generator for creating frontend-friendly exports (types and enums).

8 lines (7 loc) 279 B
/** * Waits for the default `prisma-client-js` generator to finish producing its outputs. * * @category Internal * @returns The path of the found `.prisma/client` dir. */ export declare function waitForClientJs(schemaPath: string, prismaOutputDir: string): Promise<string>;