UNPKG

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