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 @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import isCircularArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@deno/mod.js' ;
45
+ import isCircularArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
#### isCircularArray( value )
@@ -75,7 +75,7 @@ bool = isCircularArray( arr );
75
75
<!-- eslint no-undef: "error" -->
76
76
77
77
``` javascript
78
- import isCircularArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@deno/mod.js' ;
78
+ import isCircularArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-circular-array@v0.2.1- deno/mod.js' ;
79
79
80
80
var arr = [ 1 , 2 , 3 ];
81
81
arr .push ( arr );
You can’t perform that action at this time.
0 commit comments