@jacobbubu/xtend
v1.0.0
Published
[](https://travis-ci.org/jacobbubu/xtend) [](https://coveralls.io/github/jacobbubu/xtend) [
// combination = { a: "a", b: "b" }
// mutate argument in-place
const a = { foo: 'bar' }
mutableExtend(a, { bar: 'baz' })
// a.bar = 'baz'