Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Set

Index

Constructors

constructor

  • new Set(): Set

Methods

add

  • add(value: any): void

clear

  • clear(): void

delete

  • delete(): void

entries

  • entries(): any

forEach

  • forEach(callback: any, thisArg: any): void

has

  • has(value: any): any

keys

  • keys(): any

values

  • values(): any

Generated using TypeDoc