Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whawker/is-immutable


https://github.com/whawker/is-immutable

immutability-helper immutable immutablejs

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# is-immutable

Exposes the `isImmutable` function from [immutable-js](https://github.com/facebook/immutable-js), but without the rest of the Immutable library.

## Usage

```js
import isImmutable from 'is-immutable';

isImmutable(someObj); // => boolean
```