File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import ArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@esm/index.mjs' ;
55
+ import ArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### ArrayBuffer( size )
@@ -207,7 +207,7 @@ import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/i
207
207
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
208
208
import Uint8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@esm/index.mjs' ;
209
209
import toBinaryString from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint8-base-to-binary-string@esm/index.mjs' ;
210
- import ArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@esm/index.mjs' ;
210
+ import ArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@v0.2.1- esm/index.mjs' ;
211
211
212
212
var bytes;
213
213
var buf;
You can’t perform that action at this time.
0 commit comments