|
vor 8 Jahren | |
---|---|---|
.. | ||
LICENSE | vor 8 Jahren | |
README.md | vor 8 Jahren | |
browser-test.js | vor 8 Jahren | |
index.js | vor 8 Jahren | |
package.json | vor 8 Jahren | |
test.html | vor 8 Jahren | |
test.js | vor 8 Jahren |
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