UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines 150 B
export interface NodePath { } export interface Ignorer { shouldIgnore(path: NodePath): string | undefined; } //# sourceMappingURL=ignorer.d.ts.map