Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Collection<K>

Common write methods for ES6 Map/Set.

Type parameters

  • K

Hierarchy

Index

Properties

Methods

Properties

Readonly size

size: number

Methods

clear

  • clear(): void

delete

  • delete(key: K): boolean

has

  • has(key: K): boolean

keys

Generated using TypeDoc