PHP 8.2.30
Preview: index.js Size: 356 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/es-errors/test/index.js

'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();
});

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
356 B lrw-r--r-- 2026-02-03 15:06:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).