* Returns the current value associated with the given key, or null if the given key does not exist in the list associated with the object.
(key: string)
| 11999 | * Returns the current value associated with the given key, or null if the given key does not exist in the list associated with the object. |
| 12000 | */ |
| 12001 | getItem(key: string): string | null; |
| 12002 | /** |
| 12003 | * Returns the name of the nth key in the list, or null if n is greater than or equal to the number of key/value pairs in the object. |
| 12004 | */ |
no outgoing calls
no test coverage detected