UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

12 lines (7 loc) 259 B
'use strict'; var axiosClient = require('./axios-client.js'); var types = require('./types.js'); exports.create = axiosClient.create; exports.httpClient = axiosClient.axiosClient; exports.CancelToken = types.CancelToken; //# sourceMappingURL=axios.js.map