UNPKG

@nx/detox

Version:

The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.

4 lines 254 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { NormalizedSchema } from './normalize-options'; export declare function addLinting(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>; //# sourceMappingURL=add-linting.d.ts.map