|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
browser-test.js | %!s(int64=8) %!d(string=hai) anos | |
index.js | %!s(int64=8) %!d(string=hai) anos | |
package.json | %!s(int64=8) %!d(string=hai) anos | |
test.html | %!s(int64=8) %!d(string=hai) anos | |
test.js | %!s(int64=8) %!d(string=hai) anos |
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