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 (8 loc) 218 B
export interface CopyPasteConfig { copyPaste: { extensions: string; cases: string[]; replaceEnvsKeyPattern: string; }; } export declare const DEFAULT_COPY_PASTE_CONFIG: CopyPasteConfig;