nanokv
Preparing search index...
type_helpers
KvKeyToObject
Type Alias KvKeyToObject<T>
KvKeyToObject
:
Pick
<
T
,
Extract
<
keyof
T
,
Ints
>
>
Convert ["a", "b"] in {0: "a", 1: "b"} so that we can use Extract to match tuple prefixes.
Type Parameters
T
extends
KvKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
nanokv
Loading...
Convert ["a", "b"] in {0: "a", 1: "b"} so that we can use Extract to match tuple prefixes.