mimekit-ts - v1.0.0
    Preparing search index...

    Type Alias Result<T, E>

    Result: Ok<T> | Err<E>

    The non-throwing result of an operation that may fail because of malformed MIME data.

    Type Parameters

    • T

      The value type returned on success.

    • E extends MimeError = MimeError

      The structured error type returned on failure.