Skip to content

BigIntToHex

BigIntToHex<T>: T extends bigint ? Hex : T

A helper type that converts a bigint to a hex string.

Type Parameters

T

Defined in

packages/utils/src/SerializeToJson.ts:34