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 untilEachRight from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-until-each-right@deno/mod.js' ;
55
+ import untilEachRight from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-until-each-right@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### untilEachRight( collection, predicate, fcn\[ , thisArg ] )
@@ -211,7 +211,7 @@ var mean = context.sum / context.count;
211
211
var isEven = require( 'https:// cdn.jsdelivr.net/gh/stdlib-js/assert-is-even' ).isPrimitive;
212
212
import randu from 'https:// cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
213
213
import floor from 'https:// cdn.jsdelivr.net/gh/stdlib-js/math-base-special-floor@deno/mod.js';
214
- import untilEachRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-until-each-right@deno/mod.js';
214
+ import untilEachRight from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-until-each-right@v0.2.2- deno/mod.js';
215
215
216
216
var arr;
217
217
var i;
You can’t perform that action at this time.
0 commit comments