Buckets:

imerfanrajabee's picture
download
raw
184 Bytes
export function arrRemove(arr, item) {
if (arr) {
const index = arr.indexOf(item);
0 <= index && arr.splice(index, 1);
}
}
//# sourceMappingURL=arrRemove.js.map

Xet Storage Details

Size:
184 Bytes
·
Xet hash:
489b04157cd8633204e4b3d4ce69fe2a876e042e02a8e34f7179ec23cecf1896

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