@tempots/dom > MemoryStore > getItem
Retrieves the value associated with the specified key from the memory store.
Signature:
readonly getItem: (key: string) => string | null;