is-immutable

A function to test if an object is an immutable-js object

Usage no npm install needed!

<script type="module">
  import isImmutable from 'https://cdn.skypack.dev/is-immutable';
</script>

README

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