This website requires JavaScript.
Explore
Help
Sign In
pabloid
/
tsgames
Watch
1
Star
0
Fork
You've already forked tsgames
0
Code
ad327b17d7
tsgames
/
src
/
common
/
types.ts
2 lines
85 B
TypeScript
Raw
Blame
History
export
type
Key
<
T
>
=
keyof
T
;
export
type
Value
<
T
,
K
extends
Key
<
T
>
=
Key
<
T
>
>
=
T
[
K
]
;
View Git Blame
Copy Permalink