Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/SandDance
/ isFunction
Function
isFunction
docs/tests/v2/es6/js/sanddance.js:8195–8197 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
8193
exports.isError = isError;
8194
8195
function
isFunction(arg) {
8196
return
typeof arg ===
'function'
;
8197
}
8198
8199
exports.isFunction = isFunction;
8200
Callers
1
formatValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected