Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activejs/activejs
/ isFunction
Function
isFunction
packages/core/src/utils/funcs.ts:87–89 ·
view source on GitHub ↗
(fn: any)
Source
from the content-addressed store, hash-verified
85
*/
86
// tslint:disable-next-line:ban-types
87
export
function
isFunction(fn: any): fn is Function {
88
return
typeof fn ===
'function'
;
89
}
90
91
/**
92
* @internal please do not use.
Callers
5
abstract-base.ts
File · 0.90
list-unit.ts
File · 0.90
string-unit.ts
File · 0.90
num-unit.ts
File · 0.90
string-unit.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected