@telostat/prelude - v0.7.0
    Preparing search index...

    Type Alias EitherPatterns<L, R, T>

    EitherPatterns: { Left: (l: L) => T; Right: (r: R) => T } | { _: () => T }

    Type Parameters

    • L
    • R
    • T