File tree 1 file changed +2
-2
lines changed
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 countIf from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@deno/mod.js' ;
55
+ import countIf from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@v0.1.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### countIf( x, predicate\[ , thisArg] )
@@ -121,7 +121,7 @@ var cnt = context.count;
121
121
import discreteUniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js' ;
122
122
var isPositiveInteger = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive ;
123
123
import naryFunction from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js' ;
124
- import countIf from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@deno/mod.js' ;
124
+ import countIf from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-count-if@v0.1.1- deno/mod.js' ;
125
125
126
126
var x = discreteUniform ( 10 , - 5 , 5 , {
127
127
' dtype' : ' int32'
You can’t perform that action at this time.
0 commit comments