@tempots/dom > MemoryStore > setItem
Sets the value associated with the specified key in the memory store.
Signature:
readonly setItem: (key: string, value: string) => void;