Jon1337228's picture
download
raw
356 Bytes
'use strict';
var test = require('tape');
var E = require('../');
var R = require('../range');
var Ref = require('../ref');
var S = require('../syntax');
var T = require('../type');
test('errors', function (t) {
t.equal(E, Error);
t.equal(R, RangeError);
t.equal(Ref, ReferenceError);
t.equal(S, SyntaxError);
t.equal(T, TypeError);
t.end();
});

Xet Storage Details

Size:
356 Bytes
·
Xet hash:
fc5e36ef342067ab9255b71a78bc3428946e806513eabb79533d53129eeb8d21

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