2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/core-js/modules/es7.error.is-error.js

16 lines
343 B
JavaScript
Raw Normal View History

2022-07-26 17:06:20 +00:00
// 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';
}
});
//////////////////
// WEBPACK FOOTER
// ./~/core-js/modules/es7.error.is-error.js
// module id = 1957
// module chunks = 4