UNPKG

@stellar/stellar-sdk

Version:

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

7 lines (4 loc) 176 B
import OriginBigNumber from 'bignumber.js'; const BigNumber = OriginBigNumber.clone({ STRICT: true }); export { BigNumber as default }; //# sourceMappingURL=bignumber.js.map