mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var getNative = require('./_getNative'),
 | 
						|
    root = require('./_root');
 | 
						|
 | 
						|
/* Built-in method references that are verified to be native. */
 | 
						|
var Promise = getNative(root, 'Promise');
 | 
						|
 | 
						|
module.exports = Promise;
 |