UNPKG

@splitsoftware/splitio-commons

Version:
6 lines (5 loc) 167 B
export function now() { // eslint-disable-next-line no-undef var time = process.hrtime(); return time[0] * 1e3 + time[1] * 1e-6; // convert it to millis }