UNPKG

504 BTypeScriptView Raw
1/** @deprecated */
2export const builtinRules: Map<string, import("./index.js").Rule.RuleModule>;
3/** @deprecated */
4export class FileEnumerator {
5 constructor(params?: {cwd?: string, configArrayFactory?: any, extensions?: any, globInputPaths?: boolean, errorOnUnmatchedPattern?: boolean, ignore?: boolean});
6 isTargetPath(filePath: string, providedConfig?: any): boolean;
7 iterateFiles(patternOrPatterns: string | string[]): IterableIterator<{config: any, filePath: string, ignored: boolean}>;
8}
\No newline at end of file