mirror of
https://github.com/actions/setup-python.git
synced 2025-06-12 15:27:13 +02:00
Initial pass
This commit is contained in:
11
node_modules/w3c-hr-time/index.js
generated
vendored
Normal file
11
node_modules/w3c-hr-time/index.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"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
|
||||
};
|
Reference in New Issue
Block a user