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

module.exports = {
    binarySearchByProperty: util.binarySearchByProperty,
    binarySearchByValue: util.binarySearchByValue,
    worker: util.worker,
}