|
7 年之前 | |
---|---|---|
.. | ||
LICENSE | 7 年之前 | |
README.md | 7 年之前 | |
browser-test.js | 7 年之前 | |
index.js | 7 年之前 | |
package.json | 7 年之前 | |
test.html | 7 年之前 | |
test.js | 7 年之前 |
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