CustomArrayDictImpl.get method
CustomArrayDictImpl › get
Unofficial
Get the array of values for the given key, ornull 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.