File tree 1 file changed +2
-2
lines changed 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 isObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@deno/mod.js' ;
45
+ import isObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@v0.2.2- deno/mod.js' ;
46
46
```
47
47
48
48
#### isObjectArray( value )
@@ -84,7 +84,7 @@ bool = isObjectArray( [ null, {} ] );
84
84
85
85
``` javascript
86
86
import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@deno/mod.js' ;
87
- import isObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@deno/mod.js' ;
87
+ import isObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-object-array@v0.2.2- deno/mod.js' ;
88
88
89
89
var bool = isObjectArray ( [ { ' beep' : ' boop' }, {}, {} ] );
90
90
// returns true
You can’t perform that action at this time.
0 commit comments