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

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