Discord Player

Collection

No description provided

Collection extends Collection<K, V>

new Collection(entries);
ParameterTypeOptional
entriesnull | readonly Array<readonly [K, V]>

Methods

public array(): Array<V>

public delete(key): boolean

ParameterTypeOptional
keyK

public set(key, value): this

ParameterTypeOptional
keyK
valueV

On this page