Function isTypeFunction

  • A Type Guard that checks if the given value is a function

    Type Parameters

    • Value extends unknown

    • Result extends ((...args: readonly unknown[]) => unknown) = ((...args: readonly unknown[]) => unknown)

    Parameters

    • value: Value

    Returns value is Combine<Value, Result>

Generated using TypeDoc