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 |
---|
@@ -42,7 +42,7 @@ limitations under the License.
|
42 | 42 | ## Usage
|
43 | 43 |
|
44 | 44 | ```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.1-deno/mod.js'; |
46 | 46 | ```
|
47 | 47 |
|
48 | 48 | #### hasFloat32ArraySupport()
|
@@ -65,7 +65,7 @@ var bool = hasFloat32ArraySupport();
|
65 | 65 | <!-- eslint no-undef: "error" -->
|
66 | 66 |
|
67 | 67 | ```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.1-deno/mod.js'; |
69 | 69 |
|
70 | 70 | var bool = hasFloat32ArraySupport();
|
71 | 71 | if ( bool ) {
|
|
You can’t perform that action at this time.
0 commit comments