liup a01a5aa773 | пре 3 недеља | |
---|---|---|
.. | ||
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
index.js | пре 3 недеља | |
package.json | пре 3 недеља | |
test.js | пре 3 недеља |
Is that thing a function? Use this module to find out.
Return true
if fn
is a function, otherwise false
.
Because certain old browsers misreport the type of RegExp
objects as functions.
I stole this from https://github.com/ljharb/object-keys
MIT