eslint-plugin-mocha
Version:
Eslint rules for mocha.
5 lines • 365 B
TypeScript
import type { Rule } from 'eslint';
import type { NameDetails } from '../mocha/name-details.ts';
import { type ResolvedReference } from './resolved-reference.ts';
export declare function findGlobalReferencesByName(context: Readonly<Rule.RuleContext>, names: readonly NameDetails[]): readonly ResolvedReference[];
//# sourceMappingURL=find-global-references.d.ts.map