ktongue's picture
download
raw
176 Bytes
export function assert(
condition: any,
msg = 'Assertion failed!'
): asserts condition {
if (!condition) {
console.error(msg)
throw new Error(msg)
}
}

Xet Storage Details

Size:
176 Bytes
·
Xet hash:
9c356c89bea395cbc31a1db169befd4b8db306b4285b8a97c045624e42ea0c22

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