UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

12 lines (9 loc) 266 B
var helperCreateInInObjectString = require('./helperCreateInInObjectString') /** * 判断是否Arguments对象 * * @param {Object} obj 对象 * @return {Boolean} */ var isArguments = helperCreateInInObjectString('Arguments') module.exports = isArguments