UNPKG

p3x-binary-search-closest

Version:

🚅 Find the closest or exact value using binary search

9 lines (7 loc) • 212 B
const util = require('./util') const utilWorker = require('./util.worker') module.exports = { byProperty: util.binarySearchByProperty, byValue: util.binarySearchByValue, worker: utilWorker.worker, }