@nodata/immutable
v2.0.0
Published
Immutable operations on an object
Downloads
16
Readme
Immutable
This library allows, from a javascript object, to return a new object with targeted changes. It is largely inspired on facebook's immutable.js.
Why not directly use immutable.js?
Immutable.js has its own structures (List, Map, ...), and the conversion to their structures has a cost. We want here to stick to native javascript objects.