stopwatch-timer

1.1.2 • Public • Published

Stopwatch-timer

npm i stopwatch-timer

Keep track of time.

const stopwatch = require("stopwatch");
stopwatch.start();
stopwatch.stop();

let time = stopwatch.getTime();

The time variable is now an integer with the time(seconds) elapsed since the stopwatch was started.

Package Sidebar

Install

npm i stopwatch-timer

Weekly Downloads

3

Version

1.1.2

License

ISC

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • kirillmcq