@tempots/dom

MemoryStore.getItem property

Retrieves the value associated with the specified key from the memory store.

Signature:

readonly getItem: (key: string) => string | null;