UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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; };