UNPKG
@udecode/zustood
Version:
latest (2.0.0)
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
A modular store factory using zustand
github.com/udecode/zustood
udecode/zustood
@udecode/zustood
/
dist
/
utils
/
mapValuesKey.d.ts
2 lines
•
205 B
TypeScript
View Raw
1
2
export
declare
const
mapValuesKey
: <
VK
extends
string
, T
extends
Record
<
VK
,
any
>, R
extends
Record
<keyof R, T>>
(
key
: VK,
obj
: R
) =>
{ [K
in
keyof R]: R[K][
VK
]; };
//# sourceMappingURL=mapValuesKey.d.ts.map