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 @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import convertArraySame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@esm/index.mjs' ;
55
+ import convertArraySame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.0- esm/index.mjs' ;
56
56
```
57
57
58
58
#### convertArraySame( x, y )
@@ -116,7 +116,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
116
116
import filledarrayBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-filled-by@esm/index.mjs' ;
117
117
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs' ;
118
118
import ctors from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ctors@esm/index.mjs' ;
119
- import convertArraySame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@esm/index.mjs' ;
119
+ import convertArraySame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.0- esm/index.mjs' ;
120
120
121
121
// Create a generic array:
122
122
var arr = filledarrayBy ( 5 , ' generic' , discreteUniform ( - 100 , 100 ) );
You can’t perform that action at this time.
0 commit comments