UNPKG

react-currency-input-field

Version:

React <input/> component for formatting currency and numbers.

7 lines (6 loc) 223 B
/** * Escape regex char * * See: https://stackoverflow.com/questions/17885855/use-dynamic-variable-string-as-regex-pattern-in-javascript */ export declare const escapeRegExp: (stringToGoIntoTheRegex: string) => string;