UNPKG

342 BTypeScriptView Raw
1import { JestProjectSchema } from './schema';
2import { Tree, GeneratorCallback } from '@nrwl/devkit';
3export declare function jestProjectGenerator(tree: Tree, schema: JestProjectSchema): Promise<GeneratorCallback>;
4export declare const jestProjectSchematic: (generatorOptions: JestProjectSchema) => (tree: any, context: any) => Promise<any>;