* Removes items from the list by their keys. * * @param keys - The keys of the item to remove.
(...keys: Key[])
| 99 | * @param keys - The keys of the item to remove. |
| 100 | */ |
| 101 | remove(...keys: Key[]): void; |
| 102 | |
| 103 | /** |
| 104 | * Removes all items from the list that are currently |
no outgoing calls