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 forEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@esm/index.mjs' ;
55
+ import forEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### forEach( collection, fcn\[ , thisArg ] )
@@ -199,7 +199,7 @@ var mean = context.sum / context.count;
199
199
<script type="module">
200
200
201
201
var isEven = require( 'https:// cdn.jsdelivr.net/gh/stdlib-js/assert-is-even' ).isPrimitive;
202
- import forEach from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@esm/index.mjs';
202
+ import forEach from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.1- esm/index.mjs';
203
203
204
204
function log( value, index, collection ) {
205
205
console .log ( ' %s: %d' , index, value );
You can’t perform that action at this time.
0 commit comments