is-immutable

A function to test if an object is an immutable-js object

MIT License

Downloads
4.8K
Stars
3

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