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 isArrayLikeObject from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like-object@esm/index.mjs' ;
45
+ import isArrayLikeObject from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like-object@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### isArrayLikeObject( value )
@@ -85,7 +85,7 @@ var bool = isArrayLikeObject( 'beep' );
85
85
<script type =" module" >
86
86
87
87
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
88
- import isArrayLikeObject from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like-object@esm/index.mjs' ;
88
+ import isArrayLikeObject from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-like-object@v0.2.2- esm/index.mjs' ;
89
89
90
90
var bool = isArrayLikeObject ( { ' length' : 10 } );
91
91
// returns true
You can’t perform that action at this time.
0 commit comments