UNPKG

ranges-regex

Version:

Integrate regex operations into Ranges workflow

11 lines (8 loc) 212 B
import { Ranges } from "ranges-merge"; declare const version: string; declare function rRegex( regExp: RegExp, str: string, replacement?: string | null | undefined, ): Ranges; export { rRegex, version };