UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

9 lines 277 B
/** * A helper class for matching files using the `disableTypeChecks` setting. */ export declare class FileMatcher { private readonly pattern; constructor(pattern: boolean | string); matches(fileName: string): boolean; } //# sourceMappingURL=file-matcher.d.ts.map