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 iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@esm/index.mjs' ;
55
+ import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### iterNone( iterator )
@@ -105,7 +105,7 @@ var bool = iterNone( array2iterator( [] ) );
105
105
106
106
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@esm/index.mjs' ;
107
107
import iterMap from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-map@esm/index.mjs' ;
108
- import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@esm/index.mjs' ;
108
+ import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@v0.2.2- esm/index.mjs' ;
109
109
110
110
function threshold ( r ) {
111
111
return ( r > 0.95 );
You can’t perform that action at this time.
0 commit comments