const util = require('./src/util') module.exports = { byProperty: util.binarySearchByProperty, byValue: util.binarySearchByValue, }