Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isFunction
Function
isFunction
packages/elements/src/utils.ts:42–44 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
40
* Check whether the input is a
function
.
41
*/
42
export
function
isFunction(value: any): value is Function {
43
return
typeof value ===
'function'
;
44
}
45
46
/**
47
* Convert a kebab-cased string to camelCased.
Callers
1
utils_spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected