Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGet<K, V>

Type parameters

  • K

    key type

  • V

    value type

Hierarchy

  • IGet

Index

Methods

Methods

get

  • get(key: K, notfound?: V): V | undefined
  • Parameters

    • key: K
    • Optional notfound: V

    Returns V | undefined

Generated using TypeDoc