rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

Add documentation for merge mode #264

Open llchan opened 5 years ago

llchan commented 5 years ago

We should add documentation for the merge option "mode", and note its possible values "merge" and "replace".