UNPKG

schematics-utilities

Version:

🛠️ Useful exported utilities for working with Schematics

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