Module sync

Source
Expand description

Thread-safe version of immutable types.

Enumsยง

IArray
An immutable array type inspired by Immutable.js.
IMap
An immutable hash map type inspired by Immutable.js.
IString
An immutable string type inspired by Immutable.js.