This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
hoppscotch
Watch
1
Star
0
Fork
0
You've already forked hoppscotch
mirror of
https://github.com/hoppscotch/hoppscotch
synced
2024-11-23 15:48:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cbf99d2daf
hoppscotch
/
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
]
Reference in New Issue
Copy Permalink