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

Source

packages/utils/src/SerializeToJson.ts:34