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

7 lines (6 loc) 218 B
import { UtilsService } from '../utils/utils.service'; export declare class EnvReplacerCommands { private readonly utilsService; constructor(utilsService: UtilsService); envReplacer(input: string): void; }