Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/whawker/is-immutable
- Owner: whawker
- License: mit
- Created: 2017-08-02T19:18:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T07:00:29.000Z (over 6 years ago)
- Last Synced: 2024-09-19T10:37:31.434Z (about 2 months ago)
- Topics: immutability-helper, immutable, immutablejs
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```