UNPKG

@martiandao/aptos-web3-bip44.js

Version:
8 lines 206 B
export = fetchAdapter; /** * - Create a request object * - Get response body * - Check if timeout */ declare function fetchAdapter(config: any): Promise<any>; //# sourceMappingURL=fetch-adapter.d.ts.map