RSS Git Download  Clone
Raw Blame History 141B 7 lines
const util = require('./src/util')

module.exports = {
    byProperty: util.binarySearchByProperty,
    byValue: util.binarySearchByValue,
}