rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
11 lines • 319 B
TypeScript
import { regexEscapeRegex } from "./impl/regex-escape-regex.js";
/**
* @public
* Utilities that apply to `RegExp`.
*/
export declare class _RegExp {
/** {@inheritDoc regexEscapeRegex} */
static readonly escapeRegex: typeof regexEscapeRegex;
private constructor();
}
//# sourceMappingURL=_reg-exp.d.ts.map