UNPKG

@stellar/stellar-sdk

Version:

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

6 lines (5 loc) 230 B
import OriginBigNumber from "bignumber.js"; import type { BigNumber as BigNumberInstance } from "bignumber.js"; declare const BigNumber: typeof OriginBigNumber; export default BigNumber; export type BigNumber = BigNumberInstance;