UNPKG

@cspell/cspell-tools

Version:
7 lines 242 B
/** * Escape a string so it can be used as an exact match within a RegExp. * @param s - string to escape * @returns - the escaped string. */ export declare function escapeRegEx(s: string): string; //# sourceMappingURL=escapeRegEx.d.ts.map