UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

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