UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

6 lines (5 loc) 164 B
import { Rule } from '@angular-devkit/schematics'; /** * Remove a file from the Virtual Schematic Tree */ export declare function deleteFile(from: string): Rule;