You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you will have access to classes and functions of the APIs using "hdr" prefix.
@@ -36,13 +36,13 @@ You can also use HdrHistogramJS as a commonjs NodeJS module.
36
36
Using npm you can get HdrHIstogramJS with the following command:
37
37
38
38
```
39
-
npm i hdr-histogram-js@2.0.0-beta6
39
+
npm i hdr-histogram-js
40
40
```
41
41
42
42
Or if you like yarn better:
43
43
44
44
```
45
-
yarn add hdr-histogram-js@2.0.0-beta6
45
+
yarn add hdr-histogram-js
46
46
```
47
47
48
48
Note for TypeScript developers: since HdrHistogramJS has been written in TypeScript, definition files are embedded, no additional task is needed to get them.
0 commit comments