UNPKG

241 BJavaScriptView Raw
1var helperCreateInTypeof = require('./helperCreateInTypeof')
2
3/**
4 * 判断是否方法
5 *
6 * @param {Object} obj 对象
7 * @return {Boolean}
8 */
9var isFunction = helperCreateInTypeof('function')
10
11module.exports = isFunction