MCPcopy 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
87export 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.tsFile · 0.90
list-unit.tsFile · 0.90
string-unit.tsFile · 0.90
num-unit.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected