function isFunction<T>(d): d is T;
Defined in: utils.ts:255
Returns whether a value is a function.
T extends AnyFunction
any
d is T