array-binarysearch.closest
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "array-binarysearch.closest", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Get index of closest value in sorted array.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,4 +5,9 @@ # array-binarysearch.closest | ||
```javascript | ||
const binarySearch = require('array-binarysearch.closest'); | ||
// binarySearch(<array>, <value>, [begin=0], [end=array.length]) | ||
``` | ||
[sorted]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort | ||
[array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexed_collections |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1011
13