ZygosoptionfromEitherSur cette pagefromEither() fromEither<A>(fa): Option<A> Creates an Option from an Either. Type Parameters A: A The value type. Parameters fa: #### _tag: "Left" | "Right" The Either to convert. left?: unknown right?: A Returns: Option<A> Some if Right, None if Left. Since 2.0.0