mwbot-ts - v1.2.7
Preparing search index...
Util
UnionToIntersection
Type Alias UnionToIntersection<U>
Private
UnionToIntersection
:
(
U
extends
any
?
(
k
:
U
)
=>
void
:
never
)
extends
(
k
:
infer
I
,
)
=>
void
?
I
:
never
Converts a union of objects into an intersection of their properties.
Type Parameters
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
mwbot-ts - v1.2.7
Loading...
Converts a union of objects into an intersection of their properties.