UNPKG

w3c-hr-time

Version:

An implementation of the W3C High Resolution Time Level 2 specification.

12 lines (9 loc) 293 B
"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 };