mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 12:41:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			119 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			119 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default function isObject (variable) {
 | |
|   return Object.prototype.toString.call(variable) === '[object Object]'
 | |
| } |