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