UNPKG

prisma-frontend

Version:

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

7 lines (6 loc) 229 B
/** * Reads inputs from a the generated JS client and then generates and writes the frontend output. * * @category Prisma Generator */ export declare function generate(jsClientPath: string, outputDir: string): Promise<void>;