@slime/stopwatch
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@slime/stopwatch", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "a class for handling and printing elapsed time in ms, under the hood is just comparing timestamps with Date.now().", | ||
"main": "StopWatch.js", | ||
"typings": "./index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "jest" |
@@ -5,5 +5,9 @@ # StopWatch | ||
## how to use StopWatch class | ||
## how to use StopWatch class via NPM/node.js | ||
installation from terminal/CMD line | ||
``` | ||
npm i @slime/stopwatch | ||
``` | ||
usage: | ||
first instantiate a new StopWatch object instance from the StopWatch class | ||
``` | ||
@@ -10,0 +14,0 @@ const StopWatch = require("@slime/stopwatch"); |
8703
8
178
48