UNPKG

stuffs

Version:

Some useful stuffs packed to here.

7 lines (6 loc) 131 B
export = escapeRegex; /** * @param {string} str * @returns {string} */ declare function escapeRegex(str: string): string;