An open API service indexing awesome lists of open source software.

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

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