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 iterNoneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@esm/index.mjs' ;
55
+ import iterNoneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@v0.2.1- esm/index.mjs' ;
56
56
```
57
57
58
58
#### iterNoneBy( iterator, predicate\[ , thisArg] )
@@ -144,7 +144,7 @@ var n = ctx.count;
144
144
<script type =" module" >
145
145
146
146
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs' ;
147
- import iterNoneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@esm/index.mjs' ;
147
+ import iterNoneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none-by@v0.2.1- esm/index.mjs' ;
148
148
149
149
function threshold ( r ) {
150
150
return ( r >= 0.99 );
You can’t perform that action at this time.
0 commit comments