MCPcopy Index your code
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 */
42export 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.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…