ZygosoptionisSomeOn this pageisSome() isSome<A>(fa): fa is Some<A> Type guard that checks if an Option is a Some. Type Parametersโ A: Aโ The value type. Parametersโ fa: Option<A>โ The Option to check. Returns: fa is Some<A>โ True if the Option is a Some. Sinceโ 2.0.0