martpetM
Denoβ€’3y agoβ€’
5 replies
martpet

Prefix Kv keys with a base part

Currently I add base() to all keys:

kv.set([base(), "foo"], value)

Instead of manually adding base() to every key, could there be a way to have it added by default, for all Kv methods?
Was this page helpful?