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.
4242## Usage
4343
4444``` javascript
45- import hasFloat32ArraySupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@deno/mod.js' ;
45+ import hasFloat32ArraySupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@v0.2.2- deno/mod.js' ;
4646```
4747
4848#### hasFloat32ArraySupport()
@@ -65,7 +65,7 @@ var bool = hasFloat32ArraySupport();
6565<!-- eslint no-undef: "error" -->
6666
6767``` javascript
68- import hasFloat32ArraySupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@deno/mod.js' ;
68+ import hasFloat32ArraySupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@v0.2.2- deno/mod.js' ;
6969
7070var bool = hasFloat32ArraySupport ();
7171if ( bool ) {
You can’t perform that action at this time.
0 commit comments