Buckets:

imerfanrajabee's picture
download
raw
196 Bytes
export function not<T>(pred: (value: T, index: number) => boolean, thisArg: any): (value: T, index: number) => boolean {
return (value: T, index: number) => !pred.call(thisArg, value, index);
}

Xet Storage Details

Size:
196 Bytes
·
Xet hash:
9e8ef2b0551871aeb82b298aee39d67085dc5e33d844cf8620a9d00a65fd2ee5

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