UNPKG

edge-sync-client

Version:

Library for accessing the Edge data-sync system

6 lines (5 loc) 184 B
/** * Waits for the first successful promise. * If no promise succeeds, returns the last failure. */ export declare function anyPromise<T>(promises: Array<Promise<T>>): Promise<T>;