Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Value

Hierarchy

Implemented by

Index

Methods

__computed

  • __computed(): string
  • Used by the node REPL to display values. Most of the time should be the same as toString()

    Returns string

equals

  • Two objects are equal if they represent the same value, regardless of whether they are the same object physically in memory.

    Parameters

    Returns boolean

hashCode

  • hashCode(): number
  • Get a number for that object. Two different values may get the same number, but one value must always get the same number. The formula can impact performance.

    Returns number

toString

  • toString(): string
  • Get a human-friendly string representation of that value.

    Returns string

Generated using TypeDoc