ktongue's picture
download
raw
250 Bytes
import {InternSet} from "internmap";
export default function difference(values, ...others) {
values = new InternSet(values);
for (const other of others) {
for (const value of other) {
values.delete(value);
}
}
return values;
}

Xet Storage Details

Size:
250 Bytes
·
Xet hash:
2f3813321efc7f4bdc8bebcca52b0ba4f34aaadf1e49bc65946bbd09b5b7bf77

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