UNPKG

@ldrick/trade-indicators

Version:
7 lines (6 loc) 185 B
import { either as E } from 'fp-ts'; /** * Provides a way to transform Either to Promise. * @public */ export declare const toPromise: <A>(values: E.Either<Error, A>) => Promise<A>;