elearning/Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/lexicographically-smallest.d.ts
2026-01-13 10:48:02 +07:00

3 lines
253 B
TypeScript

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;