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@esm/index.mjs' ;
55
+ import someBy from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### someBy( collection, n, predicate\[ , thisArg ] )
@@ -180,7 +180,7 @@ var mean = context.sum / context.count;
180
180
<script type="module">
181
181
182
182
import randu from 'https:// cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs';
183
- import someBy from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@esm/index.mjs';
183
+ import someBy from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-some-by@v0.2.2- esm/index.mjs';
184
184
185
185
function threshold( value ) {
186
186
return ( value > 0.95 );
You can’t perform that action at this time.
0 commit comments