Jon1337228's picture
download
raw
391 Bytes
'use strict';
var inspect = require('../');
var Buffer = require('safer-buffer').Buffer;
var holes = ['a', 'b'];
holes[4] = 'e';
holes[6] = 'g';
var obj = {
a: 1,
b: [3, 4, undefined, null],
c: undefined,
d: null,
e: {
regex: /^x/i,
buf: Buffer.from('abc'),
holes: holes
},
now: new Date()
};
obj.self = obj;
console.log(inspect(obj));

Xet Storage Details

Size:
391 Bytes
·
Xet hash:
daa81efd2c8022aff2cac41e2eb7625d2c0abe1454f2bf0a99469e66011b35a4

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