????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@zmotivat0r/o0/ |
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 {};