UNPKG

nano-wallet-js-test-1

Version:

SDK for developers to create and interact with Nanocurrency wallet easily

7 lines (6 loc) 320 B
import BigNumber from 'bignumber.js'; export declare const TunedBigNumber: typeof BigNumber; export interface FetchWithTimeoutOptions extends Omit<RequestInit, 'signal'> { timeout: number; } export declare const fetchWithTimeout: (url: string, { timeout, ...options }: FetchWithTimeoutOptions) => Promise<Response>;