elearning/Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/mention.d.ts

5 lines
298 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { CharacterClassElement, Node } from "@eslint-community/regexpp/ast";
export declare function mentionChar(element: CharacterClassElement): string;
export declare function mention(element: Node | string): string;
export declare function joinEnglishList(list: readonly string[]): string;