Options
All
  • Public
  • Public/Protected
  • All
Menu

Module core/pdf417/decoder

Index

Variables

Let BigInteger

BigInteger: BigIntConstructor

Used to store the BigInt constructor.

Functions

createBigInt

  • createBigInt(num: number | string | bigint): bigint
  • 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.

    Parameters

    • num: number | string | bigint

    Returns bigint

getBigIntConstructor

  • getBigIntConstructor(): BigIntConstructor

getEXP900

  • getEXP900(): bigint[]

Generated using TypeDoc