WARNING: bigint support is not correctly working for really big
values. If the value of a integer gets big the number gets fuzzy in
javascript. This is not a limitation of this library.
If you want to handle bigint with the exact value, get it as string
and do not calculate things with it!