Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/glidejs/glide
/ isFunction
Function
isFunction
src/utils/unit.js:63–65 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
61
* @
return
{Boolean}
62
*/
63
export
function
isFunction (value) {
64
return
typeof value ===
'function'
65
}
66
67
/**
68
* Indicates whether the specified value is undefined.
Callers
3
mount
Function · 0.90
mutate
Function · 0.90
unit.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected