UNPKG

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