Interface MapLike<K, V>

Interface for any object that resembles a Map.

Specifically it makes the return types of set and delete irrelevant.

Type Parameters

  • K

  • V

Hierarchy

  • Map<K, V>

    Hierarchy

    • MapLike

Methods

Methods

  • Parameters

    • key: K

    Returns any

  • Parameters

    • key: K
    • value: V

    Returns any

Generated using TypeDoc