UNPKG

@imhonglu/pattern-builder

Version:

Type-safe regular expression pattern builder for TypeScript with fluent API

9 lines 329 B
import type { PatternInput } from "../types/pattern-input.js"; /** * Checks if a pattern is a character set. * * @param pattern - The pattern to check. * @returns Whether the pattern is a character set. */ export declare function isCharacterSet(pattern: PatternInput): boolean; //# sourceMappingURL=is-character-set.d.ts.map