UNPKG

timer-node

Version:

A timestamp-based timer that enables recording elapsed time and formatting the result.

4 lines (2 loc) 66 B
const { Timer } = require('./src/timer'); exports.Timer = Timer;