I want to be able to look at my immutable objects for debugging. I find it very difficult to look through an object by clicking on entries and such. Ideally what I would like is the opposite of the formJS function
so,
const immutableObj = fromJS({name: 'bob'})
return oppositeJS(immutableObj)
=> {name: 'bob'}