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 isInt8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-int8array@esm/index.mjs' ;
45
+ import isInt8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-int8array@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### isInt8Array( value )
@@ -84,7 +84,7 @@ import Int32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-int32@esm/in
84
84
import Uint32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@esm/index.mjs' ;
85
85
import Float32Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@esm/index.mjs' ;
86
86
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
87
- import isInt8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-int8array@esm/index.mjs' ;
87
+ import isInt8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-int8array@v0.2.2- esm/index.mjs' ;
88
88
89
89
var bool = isInt8Array ( new Int8Array ( 10 ) );
90
90
// returns true
You can’t perform that action at this time.
0 commit comments