arudradey's picture
download
raw
297 Bytes
"use strict";
var inspect = require("util").inspect;
function log(data)
{
console.log( inspect(data, {depth:null, colors:true}) );
}
function logAll(data)
{
console.log( inspect(data, {depth:null, showHidden:true, colors:true}) );
}
module.exports =
{
log: log,
logAll: logAll
};

Xet Storage Details

Size:
297 Bytes
·
Xet hash:
120ecb07eca9ef308330e076413b3cac776918c68af7660522f3be9566b94ee4

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