redux-devtools/packages/redux-devtools-serialize/src/constants/options.ts

16 lines
284 B
TypeScript
Raw Normal View History

// jsan stringify options
export default {
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,
};