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 iterator2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-from-iterator@esm/index.mjs' ;
55
+ import iterator2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-from-iterator@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### iterator2array( iterator\[ , out] \[ , mapFcn\[ , thisArg]] )
@@ -171,7 +171,7 @@ var count = ctx.count;
171
171
172
172
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
173
173
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs' ;
174
- import iterator2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-from-iterator@esm/index.mjs' ;
174
+ import iterator2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-from-iterator@v0.2.2- esm/index.mjs' ;
175
175
176
176
var opts;
177
177
var arr;
You can’t perform that action at this time.
0 commit comments