diff options
Diffstat (limited to 'includes/external/school/node_modules/w3c-hr-time/index.js')
-rw-r--r-- | includes/external/school/node_modules/w3c-hr-time/index.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/w3c-hr-time/index.js b/includes/external/school/node_modules/w3c-hr-time/index.js new file mode 100644 index 0000000..bb50695 --- /dev/null +++ b/includes/external/school/node_modules/w3c-hr-time/index.js @@ -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 +}; |