Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 258 Bytes

File metadata and controls

11 lines (7 loc) · 258 Bytes

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