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