UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

10 lines 495 B
import { Rule } from '@angular-devkit/schematics'; import { ImportsMapping } from '../../utility/index'; /** * Update imports based on mapping * @param mapImports Map of the import to replace * @param renamedPackages Map of the import package to replace * @param fromRoot Perform on all files in project */ export declare function updateImports(mapImports?: ImportsMapping, renamedPackages?: Record<string, string>, fromRoot?: boolean): Rule; //# sourceMappingURL=update-ts-imports.d.ts.map