UNPKG

@typed/future

Version:
4 lines 208 B
import { Either } from '@typed/either'; import { PureFuture } from './Future'; export declare function toPromise<A, B>(future: PureFuture<A, B>): Promise<Either<A, B>>; //# sourceMappingURL=toPromise.d.ts.map