Function isHaredoExchange

  • Returns true if passed in object is an exchange. Acts as a type guard for Exchange.

    Parameters

    • obj: any

      Object to check

    Returns obj is Exchange<unknown>

Generated using TypeDoc