ZygosoptiontoNullableOn this pagetoNullable() toNullable<A>(ma): A | null Converts an Option to a nullable value. Type Parametersโ A: Aโ The value type. Parametersโ ma: Option<A>โ The Option to convert. Returns: A | nullโ The value or null. Sinceโ 2.0.0