mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-29 07:47:14 +00: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
 | |
| };
 | 
