rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

Immutable.isImmutable is not documented in README #192

Closed rtfeldman closed 7 years ago

rtfeldman commented 7 years ago

It's exposed, so it seems reasonable to document it.

https://github.com/rtfeldman/seamless-immutable/blob/master/src/seamless-immutable.js#L696

Happy to accept a PR for this if anyone is interested in contributing one!

arthur31416 commented 7 years ago

Hi. I just opened a PR to document it. I'd be glad to tweak if necessary.