版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

12 rader
293 B

  1. "use strict";
  2. const { getGlobalMonotonicClockMS } = require("./lib/global-monotonic-clock");
  3. const { Performance } = require("./lib/performance");
  4. const clockIsAccurate = require("./lib/clock-is-accurate");
  5. module.exports = {
  6. Performance,
  7. getGlobalMonotonicClockMS,
  8. clockIsAccurate
  9. };