UNPKG
@h4wldev/react-naver-maps
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
React Navermaps API integration for modern development.
h4wldev/react-naver-maps
@h4wldev/react-naver-maps
/
src
/
types
/
utils.ts
7 lines
(4 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
type
FilterFlags
<
Base
,
Condition
> = { [
Key
in
keyof
Base
]:
Key
extends
Condition
?
Key
:
never
};
export
type
AllowedKey
<
Base
,
Condition
> =
FilterFlags
<
Base
,
Condition
>[keyof
Base
];