Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Entry

Entry is a key-value pair.

Hierarchy

  • Entry

Index

Constructors

Properties

Constructors

constructor

  • new Entry(key: string, value: string): Entry
  • Parameters

    • key: string
    • value: string

    Returns Entry

Properties

Readonly key

key: string

Readonly value

value: string

Generated using TypeDoc