UNPKG

138 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2export declare function addInstallTask(options?: {
3 skipInstall: boolean;
4}): Rule;