UNPKG

229 BTypeScriptView Raw
1import type { ToBnOptions } from '../types';
2/**
3 * @name hexToBigInt
4 * @summary Creates a BigInt instance object from a hex string.
5 */
6export declare function hexToBigInt(value?: string | null, options?: ToBnOptions): bigint;