UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 170 B
/** * Replace string(s) with the replacement(s) in the source. */ declare function replace(str: any, search: any, replacements: any): any; export default replace;