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 noneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@esm/index.mjs' ;
55
+ import noneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0- esm/index.mjs' ;
56
56
```
57
57
58
58
#### noneBy( x, predicate\[ , thisArg] )
@@ -144,7 +144,7 @@ var cnt = context.count;
144
144
import bernoulli from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-bernoulli@esm/index.mjs' ;
145
145
var isPositiveInteger = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive ;
146
146
import naryFunction from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs' ;
147
- import noneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@esm/index.mjs' ;
147
+ import noneBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by@v0.2.0- esm/index.mjs' ;
148
148
149
149
var x = bernoulli ( 10 , 0.1 , {
150
150
' dtype' : ' int8'
You can’t perform that action at this time.
0 commit comments