UNPKG

212 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.time = time;
7function time() {
8 return [Math.round(new Date().getTime() / 1000), Math.round(process.hrtime()[1] / 1000)];
9}
\No newline at end of file