File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import MAX_ARRAY_LENGTH from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@esm/index.mjs' ;
55
+ import MAX_ARRAY_LENGTH from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### MAX_ARRAY_LENGTH
@@ -90,7 +90,7 @@ var len = MAX_ARRAY_LENGTH;
90
90
<body >
91
91
<script type =" module" >
92
92
93
- import MAX_ARRAY_LENGTH from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@esm/index.mjs' ;
93
+ import MAX_ARRAY_LENGTH from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-array-max-array-length@v0.2.2- esm/index.mjs' ;
94
94
95
95
function alloc ( len ) {
96
96
var arr;
You can’t perform that action at this time.
0 commit comments