@deployable/timer
v0.3.0
Published
A Timer class, for timing things
Downloads
1
Readme
@deployable/timer
A Timer class, for timing things
Install
npm install @deployable/timer --save
yarn add @deployable/timer
Usage
const Timer = require('@deployable/timer')
let timer = new Timer().start()
let total = Timer.end() //=> 2 ms
License
deployable-timer is released under the MIT license.
Copyright 2016 Matt Hoyle - code aat deployable.co
https://github.com/deployable/node-deployable-timer