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 convertSame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@deno/mod.js' ;
55
+ import convertSame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### convertSame( x, y )
@@ -111,7 +111,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
111
111
import filledarrayBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-filled-by@deno/mod.js' ;
112
112
import dtypes from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js' ;
113
113
import ctors from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-ctors@deno/mod.js' ;
114
- import convertSame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@deno/mod.js' ;
114
+ import convertSame from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.1- deno/mod.js' ;
115
115
116
116
// Create a generic array:
117
117
var arr = filledarrayBy ( 5 , ' generic' , discreteUniform ( - 100 , 100 ) );
You can’t perform that action at this time.
0 commit comments