Skip to content

CustomArrayDictImpl.get method

CustomArrayDictImpl › get

Unofficial

Get the array of values for the given key, or null if not found.

Signature:

get(key: string): null | T[]

Parameters:

Parameter Type Description
key string The key.

Returns: null | T[]Array of values, or null.