mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 00:29:32 +00:00 
			
		
		
		
	Updated
This commit is contained in:
		
							
								
								
									
										11
									
								
								node_modules/deep-equal/example/cmp.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								node_modules/deep-equal/example/cmp.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
var equal = require('../');
 | 
			
		||||
console.dir([
 | 
			
		||||
  equal(
 | 
			
		||||
    { a: [2, 3], b: [4] },
 | 
			
		||||
    { a: [2, 3], b: [4] }
 | 
			
		||||
  ),
 | 
			
		||||
  equal(
 | 
			
		||||
    { x: 5, y: [6] },
 | 
			
		||||
    { x: 5, y: 6 }
 | 
			
		||||
  )
 | 
			
		||||
]);
 | 
			
		||||
		Reference in New Issue
	
	Block a user