ethers.js/packages/math/lib/maths.d.ts

5 lines
339 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import type { BigNumberish, Numeric } from "@ethersproject/logger";
export declare function fromTwos(_value: BigNumberish, _width: Numeric): bigint;
export declare function toTwos(_value: BigNumberish, _width: Numeric): bigint;
export declare function mask(_value: BigNumberish, _bits: Numeric): bigint;
//# sourceMappingURL=maths.d.ts.map