UNPKG

195 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2import { Schema } from './schema';
3export declare function presetGenerator(tree: Tree, options: Schema): Promise<() => void>;
4export default presetGenerator;