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

10 lines 421 B
import { UtilsService } from '../utils/utils.service'; import { MakeTsListService } from './make-ts-list.service'; export declare class MakeTsListCommands { private readonly makeTsListService; private readonly utilsService; private config; constructor(makeTsListService: MakeTsListService, utilsService: UtilsService); makeTsList(): Promise<void>; } //# sourceMappingURL=make-ts-list.commands.d.ts.map