UNPKG

for-emit-of

Version:

Turn Node.js Events into Async Iterables

9 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.instant = void 0; function instant() { const [s, ns] = process.hrtime(); return s * 1e3 + ns / 1e6; } exports.instant = instant;