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

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


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

immutability-helper immutable immutablejs

Last synced: 3 months 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
```