UNPKG

@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

6 lines (5 loc) 240 B
import type { ImportStatementParams } from '../types'; export declare class ImportStatementGenerator { static importStatement(input: ImportStatementParams): string; static importStatements(items: ImportStatementParams[]): string; }