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 iterFlow from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@esm/index.mjs' ;
55
+ import iterFlow from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### iterFlow( methods )
@@ -232,7 +232,7 @@ v = it2.next().value;
232
232
import array2iterator from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-to-iterator@esm/index.mjs' ;
233
233
import iterHead from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-head@esm/index.mjs' ;
234
234
import iterSome from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-some@esm/index.mjs' ;
235
- import iterFlow from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@esm/index.mjs' ;
235
+ import iterFlow from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-flow@v0.2.2- esm/index.mjs' ;
236
236
237
237
// Create a "fluent" interface:
238
238
var FluentIterator = iterFlow ({
You can’t perform that action at this time.
0 commit comments