Skip to content

CustomArrayDictImpl.add method

CustomArrayDictImpl › add

Unofficial

Add a value to the array associated with the given key.

Signature:

add(key: string, value: T): void

Parameters:

ParameterTypeDescription
keystringThe key.
valueTThe value to add.

Returns: void