Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • K: object

  • V

Hierarchy

  • WeakMap

Index

Methods

Methods

delete

  • delete(key: K): boolean
  • Parameters

    • key: K

    Returns boolean

get

  • get(key: K): V | undefined
  • Parameters

    • key: K

    Returns V | undefined

has

  • has(key: K): boolean
  • Parameters

    • key: K

    Returns boolean

set

  • set(key: K, value: V): this
  • Parameters

    • key: K
    • value: V

    Returns this

Generated using TypeDoc