* Gets an item from the list by key. * * @param key - The key of the item to retrieve.
(key: Key)
| 54 | * @param key - The key of the item to retrieve. |
| 55 | */ |
| 56 | getItem(key: Key): T | undefined; |
| 57 | |
| 58 | /** |
| 59 | * Inserts items into the list at the given index. |
no outgoing calls
no test coverage detected