NumLike:
    | string
    | number
    | bigint
    | HexLike

Represents a value that can be converted to a numeric value. It can be a string, number, bigint, or HexLike.