UNPKG

eslint-plugin-mocha

Version:

Eslint rules for mocha.

4 lines 295 B
import type { Rule } from 'eslint'; import { type CallbackHandlingContext } from './callback-handling-state.ts'; export declare function collectCodeAfterCallbackHandlingNodes(context: Readonly<CallbackHandlingContext>): readonly Rule.Node[]; //# sourceMappingURL=callback-handling-paths.d.ts.map