• Parameters

    • is_integer: boolean

    Returns ((n) => string)

    a function that converts numerics to strings, depending on if they should be treated as integers or not.

      • (n): string
      • Parameters

        • n: number | bigint

        Returns string

Generated using TypeDoc