mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// 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,
 | 
						|
};
 |