Function isFunction

  • Returns true if incoming data is Function, otherwise false

    Parameters

    • v: any

      Tested value

    Returns v is ((...args) => any)

Generated using TypeDoc