ktongue's picture
download
raw
154 Bytes
export default function(range) {
var n = range.length;
return function(t) {
return range[Math.max(0, Math.min(n - 1, Math.floor(t * n)))];
};
}

Xet Storage Details

Size:
154 Bytes
·
Xet hash:
2b811502cec4b62113cfb8b51c27fc0671b27d3e5a010f7f37b280de82c92098

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