0.2.0 • Published 7 years ago

deployable-timer v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

deployable-timer

Attach generic timer methods to a class

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()

License

deployable-timer is released under the MIT license. Copyright 2016 Matt Hoyle

https://github.com/deployable/deployable-timer