mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			293 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			293 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
const { getGlobalMonotonicClockMS } = require("./lib/global-monotonic-clock");
 | 
						|
const { Performance } = require("./lib/performance");
 | 
						|
const clockIsAccurate = require("./lib/clock-is-accurate");
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  Performance,
 | 
						|
  getGlobalMonotonicClockMS,
 | 
						|
  clockIsAccurate
 | 
						|
};
 |