@iwharris/timer
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

timer

A no-nonsense nodejs timer

npm version

Installation

npm install @iwharris/timer

Usage

const Timer = require('@iwharris/timer');

const t = new Timer();

t.elapsedMilliseconds();

// 3421

Development

git clone git@github.com:iwharris/timer.git
cd timer
npm install

Testing

npm test

Compiling Typescript

npm build

Readme

Keywords

Package Sidebar

Install

npm i @iwharris/timer

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

10 kB

Total Files

10

Last publish

Collaborators

  • iwharris