UNPKG

277 BTypeScriptView Raw
1/**
2 * A helper class for matching files using the `disableTypeChecks` setting.
3 */
4export declare class FileMatcher {
5 private readonly pattern;
6 constructor(pattern: boolean | string);
7 matches(fileName: string): boolean;
8}
9//# sourceMappingURL=file-matcher.d.ts.map
\No newline at end of file