UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

5 lines (4 loc) 127 B
export function merge(target) { return objectWithNewProps => Object.assign({}, target || {}, objectWithNewProps || {}) }