Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BigInt

Index

Properties

__@toStringTag

__@toStringTag: "BigInt"

Methods

toLocaleString

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

    Returns string

toString

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

    Parameters

    • Optional radix: undefined | 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