Skip to content

whawker/is-immutable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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