mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | "use strict"; | ||
|  | function isFunction(x) { | ||
|  |     return typeof x === 'function'; | ||
|  | } | ||
|  | exports.isFunction = isFunction; | ||
|  | //# sourceMappingURL=isFunction.js.map
 |