UNPKG

error-cause

Version:

An ES-spec-compliant shim/polyfill/replacement for the `.cause` property on all Error types that works as far down as ES3

7 lines (4 loc) 178 B
'use strict'; var polyfillHelper = require('../helpers/polyfill'); var implementation = require('./implementation'); module.exports = polyfillHelper(URIError, implementation);