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 isPlainObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@esm/index.mjs' ;
45
+ import isPlainObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### isPlainObjectArray( value )
@@ -89,7 +89,7 @@ bool = isPlainObjectArray( [ null, {} ] );
89
89
<script type =" module" >
90
90
91
91
import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@esm/index.mjs' ;
92
- import isPlainObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@esm/index.mjs' ;
92
+ import isPlainObjectArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-plain-object-array@v0.2.2- esm/index.mjs' ;
93
93
94
94
var bool = isPlainObjectArray ( [ { ' beep' : ' boop' }, {}, {} ] );
95
95
// returns true
You can’t perform that action at this time.
0 commit comments