UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

6 lines (5 loc) 201 B
import { Tree } from '@nrwl/devkit'; /** * Insert a statement after the last import statement in a file */ export declare function insertStatement(tree: Tree, path: string, statement: string): void;