UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

3 lines (2 loc) 141 B
import { Tree } from '@nrwl/devkit'; export declare function insertImport(tree: Tree, path: string, name: string, modulePath: string): void;