UNPKG

eslint-plugin-regexp

Version:

ESLint plugin for finding RegExp mistakes and RegExp style guide violations.

4 lines (3 loc) 253 B
import type { Word, JS } from "refa"; export declare function getLexicographicallySmallest(set: JS.UnicodeSet): Word | undefined; export declare function getLexicographicallySmallestInConcatenation(elements: readonly JS.UnicodeSet[]): Word | undefined;