00001 var baseSortedIndex = require('./_baseSortedIndex'); 00002 00020 function sortedIndex(array, value) { 00021 return baseSortedIndex(array, value); 00022 } 00023 00024 module.exports = sortedIndex;