Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scutan90/DeepLearning-500-questions
/ isFn
Function
isFn
docsify.js:59–61 ·
view source on GitHub ↗
* Check if value is function
(obj)
Source
from the content-addressed store, hash-verified
57
* Check
if
value is
function
58
*/
59
function
isFn(obj) {
60
return
typeof obj ===
'function'
61
}
62
63
function
config () {
64
var
config = merge(
Callers
4
on
Function · 0.85
off
Function · 0.85
Compiler
Function · 0.85
initPlugin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected