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@deno/mod.js' ;
55
+ import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@v0.1.0- deno/mod.js' ;
56
56
```
57
57
58
58
#### iterNone( iterator )
@@ -100,7 +100,7 @@ var bool = iterNone( array2iterator( [] ) );
100
100
``` javascript
101
101
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-randu@deno/mod.js' ;
102
102
import iterMap from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-map@deno/mod.js' ;
103
- import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@deno/mod.js' ;
103
+ import iterNone from ' https://cdn.jsdelivr.net/gh/stdlib-js/iter-none@v0.1.0- deno/mod.js' ;
104
104
105
105
function threshold ( r ) {
106
106
return ( r > 0.95 );
You can’t perform that action at this time.
0 commit comments