UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

5 lines (4 loc) 138 B
import { Rule } from '@angular-devkit/schematics'; export declare function addInstallTask(options?: { skipInstall: boolean; }): Rule;