File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -48,7 +48,7 @@ limitations under the License.
|
48 | 48 | ## Usage
|
49 | 49 |
|
50 | 50 | ```javascript
|
51 |
| -import isComplex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@esm/index.mjs'; |
| 51 | +import isComplex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@v0.2.2-esm/index.mjs'; |
52 | 52 | ```
|
53 | 53 |
|
54 | 54 | #### isComplex64Array( value )
|
@@ -102,7 +102,7 @@ import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@es
|
102 | 102 | import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs';
|
103 | 103 | import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs';
|
104 | 104 | import Complex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@esm/index.mjs';
|
105 |
| -import isComplex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@esm/index.mjs'; |
| 105 | +import isComplex64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@v0.2.2-esm/index.mjs'; |
106 | 106 |
|
107 | 107 | var bool = isComplex64Array( new Complex64Array( 10 ) );
|
108 | 108 | // returns true
|
|
You can’t perform that action at this time.
0 commit comments