UNPKG

189 BJavaScriptView Raw
1"use strict";
2function unfreeze(state) {
3 return state && state.toJS ? state.toJS() : state;
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.default = unfreeze;