所以,
const immutableObj = fromJS({name: 'bob'}) return oppositeJS(immutableObj) => {name: 'bob'}
toJS()