UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

10 lines 291 B
import BigNumber from 'bignumber.js'; export declare function atomicBreakdown(bigInt: bigint, decimalPlaces: number): { decimalPlaces: number; bi: bigint; integer: string; fraction: string; bn: BigNumber; str: string; }; //# sourceMappingURL=atomic-breakdown.d.ts.map