File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@esm/index.mjs' ;
45
+ import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@esm/index.mjs' ;
51
+ import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
#### isIntegerArray( value )
@@ -124,7 +124,7 @@ bool = isIntegerArray.objects( [ -3.0, new Number(1.0) ] );
124
124
<script type =" module" >
125
125
126
126
import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@esm/index.mjs' ;
127
- import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@esm/index.mjs' ;
127
+ import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.1- esm/index.mjs' ;
128
128
129
129
var bool = isIntegerArray ( [ - 5 , 0 , 2 , 5 ] );
130
130
// returns true
You can’t perform that action at this time.
0 commit comments