UNPKG

@xylabs/hex

Version:

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

8 lines 282 B
import { type Hex } from './hex/index.ts'; /** * Converts a Hex string to a BigInt. * @param hex - The hex string to convert * @returns The BigInt representation of the hex value */ export declare function hexToBigInt(hex: Hex): bigint; //# sourceMappingURL=hexToBigInt.d.ts.map