관리-도구
편집 파일: promise.d.ts
export declare const promiseAny: <T>(values: Iterable<PromiseLike<T>>) => Promise<T>;