@nx/detox
Version:
6 lines (5 loc) • 376 B
TypeScript
import { Tree } from '@nx/devkit';
import { Schema } from './schema';
export declare function detoxApplicationGenerator(host: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
export declare function detoxApplicationGeneratorInternal(host: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
export default detoxApplicationGenerator;