UNPKG

@emvu/react-scripts

Version:

Fork of configuration and scripts for Create React App.

9 lines (8 loc) 218 B
// https://github.com/ljharb/proposal-is-error var $export = require('./_export') , cof = require('./_cof'); $export($export.S, 'Error', { isError: function isError(it){ return cof(it) === 'Error'; } });