UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

9 lines (7 loc) 229 B
// eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface NodePath { // Left empty so the declaration can be merged } export interface Ignorer { shouldIgnore(path: NodePath): string | undefined; }