UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

9 lines (6 loc) 169 B
'use strict'; var isError = require('./is-error'); module.exports = function (x) { if (!isError(x)) throw new TypeError(x + " is not an Error object"); return x; };