standard-objects-error
v1.0.0
Published
Standard built-in object Error
Readme
standard-objects-error
The standard built-in object Error if it exists, otherwise undefined.
Part of the Standard Objects project.
Installation
npm install standard-objects-errorUsage
const $Error = require("standard-objects-error")
const assert = require("assert")
assert($Error === Error)