1.0.11 • Published 5 years ago

@atlib/stopwatch v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago