UNPKG

p3x-binary-search-closest

Version:

🚅 Find the closest or exact value using binary search

7 lines (5 loc) • 141 B
const util = require('./src/util') module.exports = { byProperty: util.binarySearchByProperty, byValue: util.binarySearchByValue, }