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