https://github.com/deployable/node-deployable-timer
A timer class, to time things
https://github.com/deployable/node-deployable-timer
Last synced: 12 months ago
JSON representation
A timer class, to time things
- Host: GitHub
- URL: https://github.com/deployable/node-deployable-timer
- Owner: deployable
- Created: 2017-01-06T10:51:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T10:20:25.000Z (about 9 years ago)
- Last Synced: 2024-12-06T09:15:46.180Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [@deployable/timer](https://github.com/deployable/node-deployable-timer)
A Timer class, for timing things
### Install
npm install @deployable/timer --save
yarn add @deployable/timer
### Usage
```javascript
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