0.3.0 • Published 8 years ago

@deployable/timer v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

@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