Function isFunction

  • Determines if the given value is a function.

    Type Parameters

    • T extends (...args: any[]) => any

    Parameters

    • value: unknown

      Value to test.

    Returns value is T

    True if the value is a function.