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.37k stars 195 forks source link

Added documentation for Immutable.isImmutable #193

Closed arthur31416 closed 7 years ago

arthur31416 commented 7 years ago

This adds Immutable.isImmutable to the documentation.

Cf #192

arthur31416 commented 7 years ago

My bad, this is fixed !

rtfeldman commented 7 years ago

Thanks @arthur31416!