UNPKG

@ganache/utils

Version:
7 lines 286 B
/// <reference types="node" /> /** * note: this doesn't handle negative values * @param value - Buffer representation of a bigint, most-significant bit first (Big-endian) */ export declare function bufferToBigInt(value: Buffer): bigint; //# sourceMappingURL=buffer-to-bigint.d.ts.map