MES手机端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
liup a01a5aa773 提交修改 há 3 semanas
..
LICENSE 提交修改 há 3 semanas
README.md 提交修改 há 3 semanas
index.js 提交修改 há 3 semanas
package.json 提交修改 há 3 semanas
test.js 提交修改 há 3 semanas

README.md

is-function

browser support

Is that thing a function? Use this module to find out.

API

module.exports = function isFunction(fn) -> Boolean

Return true if fn is a function, otherwise false.

Why not typeof fn === ‘function’

Because certain old browsers misreport the type of RegExp objects as functions.

Acknowledgements

I stole this from https://github.com/ljharb/object-keys

License

MIT