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 (9 loc) • 379 B
TypeScript
import { UtilsService } from '../utils/utils.service';
import { MakeTsListService } from './make-ts-list.service';
export declare class MakeTsListCommands {
private readonly makeTsListService;
private readonly utilsService;
private readonly config;
constructor(makeTsListService: MakeTsListService, utilsService: UtilsService);
makeTsList(): Promise<void>;
}