UNPKG

154 BTypeScriptView Raw
1import { Rule, TaskId } from '@angular-devkit/schematics';
2export declare function addUpdateTask(pkg: string, to: string, dependencies?: TaskId[]): Rule;