EdgeAIG's picture
download
raw
260 Bytes
function debug(logLevel, ...messages) {
if (logLevel === 'debug')
console.log(...messages);
}
function warn(logLevel, warning) {
if (logLevel === 'debug' || logLevel === 'warn') {
console.warn(warning);
}
}
export { debug, warn };

Xet Storage Details

Size:
260 Bytes
·
Xet hash:
9bdc448a691e63cb0cd800b213ddaf7ced1f75f817f643f386ef864b4edb31c2

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