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
14 lines (13 loc) • 426 B
TypeScript
import { UtilsService } from '../utils/utils.service';
export declare class MakeTsListService {
private readonly utilsService;
static title: string;
private logger;
constructor(utilsService: UtilsService);
setLogger(command: string): void;
makeTsListHandler({ indexFileName, excludes, }: {
indexFileName: string;
excludes: string[];
}): Promise<void>;
private processLibrary;
}