arudradey's picture
download
raw
244 Bytes
function removeUnused(properties) {
for (var i = properties.length - 1; i >= 0; i--) {
var property = properties[i];
if (property.unused) {
property.all.splice(property.position, 1);
}
}
}
module.exports = removeUnused;

Xet Storage Details

Size:
244 Bytes
·
Xet hash:
d9810839cf4913cf8a328d51c95263becaedd7c80d401d41893e31e4fa7bdb57

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