UNPKG

@nx-plugins/stryker

Version:

The Nx Plugin for Stryker that contains executors and generators for allowing your workspace to use powerful Stryker mutation testing capabilities.

4 lines (3 loc) 177 B
import { Tree } from '@nrwl/devkit'; import { NormalizedSchema } from '../generator'; export declare function addGitIgnoreEntry(host: Tree, options: NormalizedSchema): void;