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 someBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@deno/mod.js' ;
55
+ import someBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### someBy( collection, n, predicate\[ , thisArg ] )
@@ -175,7 +175,7 @@ var mean = context.sum / context.count;
175
175
176
176
```javascript
177
177
import randu from 'https:// cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
178
- import someBy from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@deno/mod.js';
178
+ import someBy from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2- deno/mod.js';
179
179
180
180
function threshold( value ) {
181
181
return ( value > 0.95 );
You can’t perform that action at this time.
0 commit comments