@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) • 392 B
TypeScript
import type { ImportStatementParams } from '../types';
export declare class ImportStatementMerger {
static mergeImportStatements(first: ImportStatementParams, second: ImportStatementParams): ImportStatementParams;
static zipImportStatementParams(items: ImportStatementParams[]): ImportStatementParams[];
private static getUniqueStrings;
private static mergeDestructObjects;
}