Function left

  • Standalone Left error extractor

    Userful for passing as a function to collection transformers

    Type Parameters

    • R

      underlying value type

    • L

      underlying error type

    Parameters

    • left: Left<R, L>

      Left instance

    Returns L

    underlying error

Generated using TypeDoc