Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadonlyCollection<K>

Common read methods for ES6 Map/Set.

Type parameters

  • K

Hierarchy

Index

Properties

Methods

Properties

Readonly size

size: number

Methods

has

  • has(key: K): boolean
  • Parameters

    • key: K

    Returns boolean

keys

  • Returns Iterator<K>

Generated using TypeDoc