BigIntToHex<T>: T extends bigint ? Hex : T
T
bigint
Hex
A helper type that converts a bigint to a hex string.
• T
packages/utils/src/SerializeToJson.ts:34