django-vue3-admin-web/node_modules/xe-utils/isError.js
2025-10-20 21:21:14 +08:00

12 lines
261 B
JavaScript

var helperCreateInInObjectString = require('./helperCreateInInObjectString')
/**
* 判断是否Error对象
*
* @param {Object} obj 对象
* @return {Boolean}
*/
var isError = helperCreateInInObjectString('Error')
module.exports = isError