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@deno/mod.js' ;
55
+ import mapRight from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- deno/mod.js' ;
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@deno/mod.js' ;
61
+ import { assign } from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- deno/mod.js' ;
62
62
```
63
63
64
64
<a name =" fcn-map-right " ></a >
@@ -262,7 +262,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
262
262
import naryFunction from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
263
263
import abs2 from 'https:// cdn.jsdelivr.net/gh/stdlib-js/math-base-special-abs2@deno/mod.js';
264
264
import array from 'https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
265
- import mapRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@deno/mod.js';
265
+ import mapRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-map-right@v0.2.0- deno/mod.js';
266
266
267
267
function fill( i ) {
268
268
var rand = discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
You can’t perform that action at this time.
0 commit comments