UNPKG

@pancakeswap/v3-sdk

Version:

⚒️ An SDK for building applications on top of Pancakeswap V3

8 lines 234 B
export declare abstract class FullMath { /** * Cannot be constructed. */ private constructor(); static mulDivRoundingUp(a: bigint, b: bigint, denominator: bigint): bigint; } //# sourceMappingURL=fullMath.d.ts.map