UNPKG

299 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2import { Schema } from './schema';
3export declare function removeGenerator(tree: Tree, schema: Schema): Promise<void>;
4export default removeGenerator;
5export declare const removeSchematic: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;