UNPKG

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