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 isArrayLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like@deno/mod.js' ;
45
+ import isArrayLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
#### isArrayLike( value )
@@ -79,7 +79,7 @@ var bool = isArrayLike( 'beep' );
79
79
<!-- eslint no-undef: "error" -->
80
80
81
81
``` javascript
82
- import isArrayLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like@deno/mod.js' ;
82
+ import isArrayLike from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like@v0.2.1- deno/mod.js' ;
83
83
84
84
var bool = isArrayLike ( { ' length' : 10 } );
85
85
// returns true
You can’t perform that action at this time.
0 commit comments