is-immutable

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

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
is-immutable
1.0.35 years ago6 years agoMinified + gzip package size for is-immutable in KB

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