UNPKG

prisma-zod-generator

Version:

Prisma 2+ generator to emit Zod schemas from your Prisma schema

6 lines (5 loc) 371 B
export declare function setSingleFilePrismaImportPath(importPath: string, extension?: string): void; export declare function initSingleFile(bundleFullPath: string): void; export declare function isSingleFileEnabled(): boolean; export declare function appendSingleFile(filePath: string, rawContent: string): void; export declare function flushSingleFile(): Promise<void>;