Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapLike<A, B>

Type parameters

  • A

  • B

Hierarchy

  • MapLike

Index

Methods

Methods

get

  • get(key: A): B | undefined
  • Parameters

    • key: A

    Returns B | undefined

has

  • has(key: A): boolean
  • Parameters

    • key: A

    Returns boolean

set

  • set(key: A, val: B): any
  • Parameters

    • key: A
    • val: B

    Returns any

Generated using TypeDoc