UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

4 lines (3 loc) 242 B
export declare const Promisify: <T>(inner: any) => Promise<T>; export declare function retryPromise<T>(asyncFn: any, errorValue: T, name: string, retryTimes?: number): Promise<T>; export declare const Delay: (seconds: number) => Promise<{}>;