UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

6 lines 376 B
export declare const bigIntMax: (...args: bigint[]) => bigint; export declare const bigIntMin: (...args: bigint[]) => bigint; export declare const bigIntAbs: (value: bigint) => bigint; export declare const bigIntSign: (value: bigint) => 1n | -1n; export declare const bigIntCeilDiv: (numerator: bigint, denominator: bigint) => bigint; //# sourceMappingURL=bigint-math.d.ts.map