UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

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 };