File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import oneTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs' ;
45
+ import oneTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { assign } from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs' ;
51
+ import { assign } from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
#### oneTo( n )
@@ -116,7 +116,7 @@ var bool = ( arr === out );
116
116
import sort2hp from ' https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gsort2hp@esm/index.mjs' ;
117
117
import filledBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled-by@esm/index.mjs' ;
118
118
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
119
- import oneTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@esm/index.mjs' ;
119
+ import oneTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-one-to@v0.2.1- esm/index.mjs' ;
120
120
121
121
// Generate an array of random numbers:
122
122
var x = filledBy ( 10 , randu );
You can’t perform that action at this time.
0 commit comments