Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuisMPS/build-ui
/ isFunction
Function
isFunction
examples/demo/src/utils/function.js:1–3 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
1
export
function
isFunction(obj) {
2
return
typeof obj ===
'function'
;
3
}
4
5
// export function combine(...fns) {
6
// return function(...args) {
Callers
2
deepMerge
Function · 0.90
combineStyles
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected