@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
10 lines • 344 B
TypeScript
/**
* A helper class for matching files using the `disableTypeChecks` setting.
*/
export declare class FileMatcher {
private readonly allowHiddenFiles;
private readonly pattern;
constructor(pattern: boolean | string, allowHiddenFiles?: boolean);
matches(fileName: string): boolean;
}
//# sourceMappingURL=file-matcher.d.ts.map