UNPKG

141 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2export declare function insertImport(tree: Tree, path: string, name: string, modulePath: string): void;