UNPKG

@sapphire/utilities

Version:
8 lines (6 loc) 154 B
/** * Cleans a string from regex injection * @param str The string to clean */ declare function regExpEsc(str: string): string; export { regExpEsc };