UNPKG

typeorm-codebase-sync

Version:

Automatically update your codebase to add migrations, entities and subscribers to your `data-source.ts` file

5 lines (4 loc) 127 B
export declare function replaceCodeBlankLinesWithComments(fileContent: string): { comment: string; content: string; };