Buckets:
| var test = require('tape'); | |
| var inspect = require('../'); | |
| var obj = { a: 1, b: [3, 4, undefined, null], c: undefined, d: null }; | |
| test('undef and null', function (t) { | |
| t.plan(1); | |
| t.equal( | |
| inspect(obj), | |
| '{ a: 1, b: [ 3, 4, undefined, null ], c: undefined, d: null }' | |
| ); | |
| }); | |
Xet Storage Details
- Size:
- 302 Bytes
- Xet hash:
- 6b57e4a5024faac6fa3ba16d7121600ba29f08a1544ad7fea34ba3c2b26e9089
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.