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 isComplex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@deno/mod.js' ;
45
+ import isComplex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@v0.2.2- deno/mod.js' ;
46
46
```
47
47
48
48
#### isComplex128Array( value )
@@ -81,7 +81,7 @@ import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@de
81
81
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js' ;
82
82
import Complex64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@deno/mod.js' ;
83
83
import Complex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@deno/mod.js' ;
84
- import isComplex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@deno/mod.js' ;
84
+ import isComplex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-complex128array@v0.2.2- deno/mod.js' ;
85
85
86
86
var bool = isComplex128Array ( new Complex128Array ( 10 ) );
87
87
// returns true
You can’t perform that action at this time.
0 commit comments