eslint-plugin-mocha
Version:
Eslint rules for mocha.
4 lines • 303 B
TypeScript
import type { Rule } from 'eslint';
import { type CallbackHandlingContext } from './callback-handling-state.ts';
export declare function collectRepeatedCallbackHandlingNodes(context: Readonly<CallbackHandlingContext>): readonly Rule.Node[];
//# sourceMappingURL=repeated-callback-handling-paths.d.ts.map