This website requires JavaScript.
Explore
Help
Register
Sign In
eduardo
/
katoikia-app
Watch
1
Star
0
Fork
You've already forked katoikia-app
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b8034a875c
katoikia-app
/
web-ui
/
web-react
/
node_modules
/
es5-ext
/
object
/
is-callable.js
6 lines
101 B
JavaScript
Raw
Blame
History
// Deprecated
"use strict"
;
module
.
exports
=
function
(
obj
)
{
return
typeof
obj
===
"function"
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink