UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 152 B
/** * @description escape Regular_Expressions special_characters '^$.|*+?{\\[()' */ export declare function getSafeRegExpString(str: string): string;