eslint-plugin-regexp
Version:
ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
6 lines (5 loc) • 350 B
TypeScript
/// <reference types="@eslint-community/regexpp" />
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;