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@esm/index.mjs'; |
| 45 | +import hasFloat32ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@v0.2.1-esm/index.mjs'; |
46 | 46 | ```
|
47 | 47 |
|
48 | 48 | #### hasFloat32ArraySupport()
|
@@ -70,7 +70,7 @@ var bool = hasFloat32ArraySupport();
|
70 | 70 | <body>
|
71 | 71 | <script type="module">
|
72 | 72 |
|
73 |
| -import hasFloat32ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@esm/index.mjs'; |
| 73 | +import hasFloat32ArraySupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-float32array-support@v0.2.1-esm/index.mjs'; |
74 | 74 |
|
75 | 75 | var bool = hasFloat32ArraySupport();
|
76 | 76 | if ( bool ) {
|
|
You can’t perform that action at this time.
0 commit comments