ZygosoptionisNoneOn this pageisNone() isNone(fa): fa is None Type guard that checks if an Option is a None. Parametersโ fa: Option<unknown>โ The Option to check. Returns: fa is Noneโ True if the Option is a None. Sinceโ 2.0.0