UNPKG

169 BTypeScriptView Raw
1import type { Rule } from '@angular-devkit/schematics';
2/**
3 * Remove a file from the Virtual Schematic Tree
4 */
5export declare function deleteFile(from: string): Rule;