redux-devtools/packages/remotedev-serialize/constants/options.js

16 lines
285 B
JavaScript
Raw Normal View History

// jsan stringify options
module.exports = {
refs: false, // references can't be resolved on the original Immutable structure
date: true,
function: true,
regex: true,
undefined: true,
error: true,
symbol: true,
map: true,
set: true,
nan: true,
infinity: true
};