Skip to content

CustomArrayDictImpl.remove method

CustomArrayDictImpl › remove

Unofficial

Remove a specific value from the array associated with the given key.

Signature:

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

Parameters:

Parameter Type Description
key string The key.
value T The value to remove.

Returns: void