EdgeAIG's picture
download
raw
459 Bytes
'use strict';
var node_process = require('process');
function debug(logLevel, ...messages) {
if (logLevel === 'debug')
console.log(...messages);
}
function warn(logLevel, warning) {
if (logLevel === 'debug' || logLevel === 'warn') {
if (typeof node_process.emitWarning === 'function')
node_process.emitWarning(warning);
else
console.warn(warning);
}
}
exports.debug = debug;
exports.warn = warn;

Xet Storage Details

Size:
459 Bytes
·
Xet hash:
e7fef65a5c318b4f28b80a64380d4650af70e9270ae23c871196ae716a9cb7a4

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