xhy-xe-utils
Version:
JavaScript 函数库、工具类
14 lines (10 loc) • 322 B
JavaScript
var staticStrUndefined = require('../static/staticStrUndefined')
var helperCreateInTypeof = require('./helperCreateInTypeof')
/**
* 判断是否Undefined
*
* @param {Object} obj 对象
* @return {Boolean}
*/
var isUndefined = helperCreateInTypeof(staticStrUndefined)
module.exports = isUndefined