UNPKG

spur-common

Version:

Common node library that is implemented through the use of spur-ioc and bluebird promises.

14 lines (9 loc) 206 B
module.exports = ()-> class Timer start:()-> @startMs = +new Date @ stop:()-> @duration = +new Date - @startMs @mockDuration:(duration)-> Timer::stop = -> duration