@o3r/schematics
Version:
Schematics module of the Otter framework
8 lines • 526 B
TypeScript
import type { SchematicContext, Tree } from '@angular-devkit/schematics';
/**
* Remove the list of given packages from package.json
* @param packagesToRemove The list of packages to remove
* @param packageJsonPath The path of the package json file from which the deps will be removed
*/
export declare function removePackages(packagesToRemove: string[], packageJsonPath?: string): (tree: Tree, _context: SchematicContext) => import("@angular-devkit/schematics/src/tree/interface").Tree;
//# sourceMappingURL=index.d.ts.map