UNPKG

eslint-plugin-mocha

Version:

Eslint rules for mocha.

5 lines 386 B
import type { CustomNameConfig } from './mocha/all-name-details.ts'; import { type MochaInterface } from './mocha/descriptors.ts'; export declare function getAdditionalNames(settings: Readonly<Record<string, unknown>>): readonly CustomNameConfig[]; export declare function getInterface(settings: Readonly<Record<string, unknown>>): MochaInterface; //# sourceMappingURL=settings.d.ts.map