import { async_either } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { flatmapFirst } = async_either;
Parameters
fati: (a: A) => AsyncEither<J, I>
Returns
<B>(ta: AsyncEither<B, A>) => AsyncEither<B | J, A>
x/fun/mod.ts>async_either.flatmapFirst
import { async_either } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { flatmapFirst } = async_either;