@tempots/dom

MemoryStore.setItem property

Sets the value associated with the specified key in the memory store.

Signature:

readonly setItem: (key: string, value: string) => void;