seamless-immutable: Detect Immutable object with plain old javascript object

238 Views Asked by At

I'm using seamless immutable library for my Redux application. In some situation, I need to check if given object is a seamless-immutable object or just only plain old javascript object. I have read document but I haven't seen any related document about this. Please tell me how to check by code.

Thanks

0

There are 0 best solutions below