File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import mapRight from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@esm/index.mjs' ;
55
+ import mapRight from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- esm/index.mjs' ;
56
56
```
57
57
58
58
You can also import the following named exports from the package:
59
59
60
60
``` javascript
61
- import { assign } from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@esm/index.mjs' ;
61
+ import { assign } from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- esm/index.mjs' ;
62
62
```
63
63
64
64
<a name =" fcn-map-right " ></a >
@@ -267,7 +267,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
267
267
import naryFunction from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs';
268
268
import abs2 from 'https:// cdn.jsdelivr.net/gh/stdlib-js/math-base-special-abs2@esm/index.mjs';
269
269
import array from 'https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
270
- import mapRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@esm/index.mjs';
270
+ import mapRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- esm/index.mjs';
271
271
272
272
function fill( i ) {
273
273
var rand = discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
You can’t perform that action at this time.
0 commit comments