Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Headers

Index

Methods

[Symbol.iterator]

  • Returns IterableIterator<[string, string]>

entries

  • Returns an iterator allowing to go through all key/value pairs contained in this object.

    Returns IterableIterator<[string, string]>

keys

  • Returns an iterator allowing to go through all keys of the key/value pairs contained in this object.

    Returns IterableIterator<string>

values

  • Returns an iterator allowing to go through all values of the key/value pairs contained in this object.

    Returns IterableIterator<string>

Generated using TypeDoc