We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a120bf8 commit 72c1d4bCopy full SHA for 72c1d4b
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@deno/mod.js';
+import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@v0.2.2-deno/mod.js';
46
```
47
48
#### INT8_NUM_BYTES
@@ -67,7 +67,7 @@ var bool = ( INT8_NUM_BYTES === 1 );
67
<!-- eslint no-undef: "error" -->
68
69
70
71
72
console.log( INT8_NUM_BYTES );
73
// => 1
0 commit comments