inmutable para objetar JavaScript

const immutableObj = fromJS({name: 'bob'})

const backToObj = immutableObj.toJS();
Smoggy Swiftlet