Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MutableMapLike<K, V>

Like Map<T> and mutable

Type parameters

  • K

  • V

Hierarchy

Implemented by

Index

Methods

get

  • get(key: K): undefined | V

has

  • has(key: K): boolean

set

delete

  • delete(key: K): boolean

Generated using TypeDoc