File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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.
4242## Usage
4343
4444``` javascript
45- import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@deno/mod.js' ;
45+ import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.3- deno/mod.js' ;
4646```
4747
4848You can also import the following named exports from the package:
4949
5050``` javascript
51- import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@deno/mod.js' ;
51+ import { objects , primitives } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.3- deno/mod.js' ;
5252```
5353
5454#### isIntegerArray( value )
@@ -119,7 +119,7 @@ bool = isIntegerArray.objects( [ -3.0, new Number(1.0) ] );
119119
120120``` javascript
121121import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@deno/mod.js' ;
122- import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@deno/mod.js' ;
122+ import isIntegerArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@v0.2.3- deno/mod.js' ;
123123
124124var bool = isIntegerArray ( [ - 5 , 0 , 2 , 5 ] );
125125// returns true
You can’t perform that action at this time.
0 commit comments