ZygosoptionapFirstOn this pageapFirst() apFirst(fb): <A>(fa) => Option<A> Sequences two Options, keeping the first value. Parametersโ fb: Option<unknown>โ The second Option. Returns: <A>(fa): Option<A>โ A function that sequences the Options. Sinceโ 2.0.0