ZygoseitherisLeftSur cette pageisLeft() isLeft<E>(ma): ma is Left<E> Type guard that checks if an Either is a Left. Type Parameters E: E The error type. Parameters ma: Either<E, unknown> The Either to check. Returns: ma is Left<E> True if the Either is a Left. Since 2.0.0