ZygosoptiontoUndefinedOn this pagetoUndefined() toUndefined<A>(ma): A | undefined Converts an Option to an undefined value. Type Parametersโ A: Aโ The value type. Parametersโ ma: Option<A>โ The Option to convert. Returns: A | undefinedโ The value or undefined. Sinceโ 2.0.0