2.0.0 • Published 3 months ago

@nodata/immutable v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
3 months ago

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.