UNPKG

@cross-nft-marketplace/auction-house-nft-hooks

Version:

Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.

2 lines (1 loc) 93 B
export declare const promiseAny: <T>(iterable: Iterable<T | PromiseLike<T>>) => Promise<T>;