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 circularArrayStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-circular-array@esm/index.mjs' ;
45
+ import circularArrayStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-circular-array@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-circular-array@esm/index.mjs' ;
51
+ import { factory , objectMode } from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-circular-array@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
<a name =" circular-array-stream " ></a >
@@ -245,7 +245,7 @@ This method accepts the same `options` as [`circularArrayStream()`](#circular-ar
245
245
import inspectStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-inspect-sink@esm/index.mjs' ;
246
246
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
247
247
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
248
- import circularArrayStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-circular-array@esm/index.mjs' ;
248
+ import circularArrayStream from ' https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-from-circular-array@v0.2.1- esm/index.mjs' ;
249
249
250
250
function log ( v ) {
251
251
console .log ( v .toString () );
You can’t perform that action at this time.
0 commit comments