ZygosoptionofOn this pageof() const of: <A>(a) => Option<A> = some Alias for some. Creates a Some containing the given value. Type Parametersโ A: Aโ The value type. Parametersโ a: Aโ The value to wrap. Returns: Option<A>โ A Some containing the value. Sinceโ 2.0.0