ktongue's picture
download
raw
178 Bytes
import leastIndex from "./leastIndex.js";
export default function scan(values, compare) {
const index = leastIndex(values, compare);
return index < 0 ? undefined : index;
}

Xet Storage Details

Size:
178 Bytes
·
Xet hash:
fd3a91afa45de8121897073985c8abeab132f70792e36a0c01b6090231746352

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.