UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

9 lines 265 B
export interface CopyPasteConfig { copyPaste: { extensions: string; cases: string[]; replaceEnvsKeyPattern: string; }; } export declare const DEFAULT_COPY_PASTE_CONFIG: CopyPasteConfig; //# sourceMappingURL=copy-paste.config.d.ts.map