UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

4 lines (3 loc) 94 B
export function replace(pattern, replacer) { return str => str.replace(pattern, replacer) }