@weverson_na/prisma-generator-nestjs-dto
Version:
Advanced Prisma Generator with Smart Merge v2: Creates DTO and Entity classes with AST-based preservation, intelligent import management, and modular architecture for NestJS
8 lines (7 loc) • 378 B
TypeScript
export * from '../template-helpers/naming-strategy';
export * from '../template-helpers/type-converter';
export * from '../template-helpers/import-generator';
export * from '../template-helpers/template-utilities';
export * from '../template-helpers/property-renderer';
export * from '../helpers/import-statement-merger';
export * from '../helpers/prisma-client-import-helper';