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 hasArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@esm/index.mjs' ;
45+ import hasArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@v0.2.2- esm/index.mjs' ;
4646```
4747
4848#### hasArrayBufferSupport()
@@ -70,7 +70,7 @@ var bool = hasArrayBufferSupport();
7070<body >
7171<script type =" module" >
7272
73- import hasArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@esm/index.mjs' ;
73+ import hasArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-arraybuffer-support@v0.2.2- esm/index.mjs' ;
7474
7575var bool = hasArrayBufferSupport ();
7676if ( bool ) {
You can’t perform that action at this time.
0 commit comments