UNPKG

214 BTypeScriptView Raw
1import { Tree } from '@angular-devkit/schematics';
2/** Adds a package to the package.json in the given host tree. */
3export declare function addPackageToPackageJson(host: Tree, pkg: string, version: string): Tree;