Current section

Files

Jump to
spellweaver priv bun node_modules cspell-dictionary dist util regexHelper.d.ts
Raw

priv/bun/node_modules/cspell-dictionary/dist/util/regexHelper.d.ts

/**
* 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