UNPKG

xe-utils

Version:

JavaScript 函数库、工具类

14 lines (10 loc) 306 B
import staticStrUndefined from './staticStrUndefined' import helperCreateInTypeof from './helperCreateInTypeof' /** * 判断是否Undefined * * @param {Object} obj 对象 * @return {Boolean} */ var isUndefined = helperCreateInTypeof(staticStrUndefined) export default isUndefined