This website requires JavaScript.
Explore
Help
Sign In
thibaud-lclr
/
api-client
Watch
1
Star
0
Fork
You've already forked api-client
0
Code
Packages
Activity
Actions
ddbc9ca61b
api-client
/
types
/
ts-utils.d.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: lint
2021-05-17 11:41:58 +00:00
export
type
KeysMatching
<
T
,
V
>
=
{
[
K
in
keyof
T
]
-
?
:
T
[
K
]
extends
V
?
K
:
never
}
[
keyof
T
]
Copy permalink