1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
var helperCreateInTypeof = require('./helperCreateInTypeof')
|
||||
|
||||
/**
|
||||
* 判断是否方法
|
||||
*
|
||||
* @param {Object} obj 对象
|
||||
* @return {Boolean}
|
||||
*/
|
||||
var isFunction = helperCreateInTypeof('function')
|
||||
|
||||
module.exports = isFunction
|
||||
Reference in New Issue
Block a user