is-immutable
v1.0.3
Published
A function to test if an object is an immutable-js object
Downloads
2,407
Readme
is-immutable
Exposes the isImmutable
function from immutable-js, but without the rest of the Immutable library.
Usage
import isImmutable from 'is-immutable';
isImmutable(someObj); // => boolean