()
| 425 | } |
| 426 | |
| 427 | public keys(): readonly string[] { |
| 428 | return Object.keys(this.items); |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any |
no outgoing calls
no test coverage detected