Sha256: 6c7d6cc76fd3438631659f66f4bd264cb58d198d31517ac46ea7d9d857820ca3
Contents?: true
Size: 286 Bytes
Versions: 22
Compression:
Stored size: 286 Bytes
Contents
"use strict"; const { hrtime, toMS } = require("./utils"); // Returns the DOMHighResTimeStamp representing the high resolution time value of the global monotonic clock. function getGlobalMonotonicClockMS() { return toMS(hrtime()); } module.exports = { getGlobalMonotonicClockMS };
Version data entries
22 entries across 22 versions & 2 rubygems