UNPKG

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