UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

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;