Set of type checks, to use instead of deprecated util checks
/* @deprecated since v4.0.0 - use typeof value === 'function' instead. /
function isFunction(object: any): boolean;
``This library encapsulates those checks, implementing recommended behavior.