UNPKG

@bnb-chain/greenfield-js-sdk

Version:
4 lines (3 loc) 211 B
export declare function delayMs(duration: number): Promise<unknown>; declare const fetchWithTimeout: (fetchUrl?: string, fetchOptions?: any, duration?: number) => Promise<Response>; export { fetchWithTimeout };