UNPKG

@ganache/utils

Version:
6 lines 193 B
/// <reference types="node" /> /** * Converts a bigint to a Buffer (Big Endian) */ export declare const bigIntToBuffer: (val: bigint) => Buffer; //# sourceMappingURL=bigint-to-buffer.d.ts.map