????

Your IP : 18.119.126.21


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@zmotivat0r/o0/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@zmotivat0r/o0/index.d.ts

interface oOptions<E> {
    err?: E;
    retry?: number;
}
export declare function oO<T extends any, E extends any>(promise: Promise<T>, options?: oOptions<E>): Promise<[E | undefined, T | undefined]>;
export {};