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@deno/mod.js' ;
55
+ import forEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### forEach( collection, fcn\[ , thisArg ] )
@@ -194,7 +194,7 @@ var mean = context.sum / context.count;
194
194
195
195
```javascript
196
196
var isEven = require( 'https:// cdn.jsdelivr.net/gh/stdlib-js/assert-is-even' ).isPrimitive;
197
- import forEach from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@deno/mod.js';
197
+ import forEach from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-for-each@v0.2.2- deno/mod.js';
198
198
199
199
function log( value, index, collection ) {
200
200
console .log ( ' %s: %d' , index, value );
You can’t perform that action at this time.
0 commit comments