File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import iteratorStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs' ;
45
+ import iteratorStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { factory , objectMode } from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs' ;
51
+ import { factory , objectMode } from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
<a name =" iterator-stream " ></a >
@@ -235,7 +235,7 @@ This method accepts the same `options` as [`iteratorStream()`](#iterator-stream)
235
235
236
236
import inspectStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-inspect-sink@esm/index.mjs' ;
237
237
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs' ;
238
- import iteratorStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@esm/index.mjs' ;
238
+ import iteratorStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-iterator@v0.2.1- esm/index.mjs' ;
239
239
240
240
function log ( v ) {
241
241
console .log ( v .toString () );
You can’t perform that action at this time.
0 commit comments