版博士V2.0程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

12 Zeilen
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. };