Function isAlwaysSupply

  • Checks whether the given supply is an always-supply instance.

    Parameters

    • supply: Supply<void>

      A supply to check.

    Returns boolean

    true is the given supply can not be cut off, or false otherwise.

Generated using TypeDoc