Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BigInt

Index

Properties

[Symbol.toStringTag]

[Symbol.toStringTag]: "BigInt"

Methods

toLocaleString

  • toLocaleString(): string
  • Returns a string representation appropriate to the host environment's current locale.

    Returns string

toString

  • toString(radix?: number): string
  • Returns a string representation of an object.

    Parameters

    • Optional radix: number

      Specifies a radix for converting numeric values to strings.

    Returns string

valueOf

  • valueOf(): bigint
  • Returns the primitive value of the specified object.

    Returns bigint

Generated using TypeDoc