1.0.11 • Published 6 years ago

@atlib/stopwatch v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

stopwatch

Publishing package to npm

NPM_EMAIL: sunnyrajwadi@gmail.com

NPM_TOKEN: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow

https://docs.npmjs.com/creating-and-publishing-an-org-scoped-package

npm login npm init --scope=<your_org_name> npm publish --access public

var stopwatch = new StopWatch();
stopwatch.start();

for (var index = 0; index < 100; index++) {
  stopwatch.printElapsed('Instance[' + index + ']');
}

stopwatch.stop();

stopwatch.printElapsed();
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago