This function creates a bigint value. It allows browsers that doesn't support BigInt to run the rest of the library by not directly accessing the BigInt constructor.
Indirectly access the global BigInt constructor, it allows browsers that doesn't support BigInt to run the library without breaking due to "undefined BigInt" errors.
Generated using TypeDoc
Used to store the BigInt constructor.