UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

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=regexHelper.d.ts.map