UNPKG

eslint-plugin-mocha

Version:

Eslint rules for mocha.

6 lines 422 B
import type { DynamicPath } from '../ast/member-expression.ts'; import type { NameDetails } from './name-details.ts'; export declare function convertNameToPathArray(name: string): readonly string[]; export declare function isSamePath(pathA: DynamicPath, pathB: DynamicPath): boolean; export declare function getUniqueBaseNames(nameDetailsList: readonly NameDetails[]): readonly string[]; //# sourceMappingURL=path.d.ts.map