Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method Either.awrap
import { Either } from "https://deno.land/x/careful@v0.0.3-alpha/src/Either.ts";

Parameters

cb: TWarpAsyncCallback<T0, T1>

Returns

Promise<Maybe<AEither<T0, T1>>>