UNPKG

timethis

Version:

Function iteration benchmarking, implements functions similar to perl's timethis, timethese, and countit.

4 lines (3 loc) 73 B
module.exports = { now:function(){ return (new Date()).getTime(); } };