Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/general
UnionToIntersection
Type Alias UnionToIntersection<U>
Union
To
Intersection
<
U
>
:
(
U
extends
any
?
(
(
k
:
U
)
=>
void
)
:
never
)
extends
(
(
k
:
infer
I
)
=>
void
)
?
I
:
never
Convert a union to an interface.
Type Parameters
U
See
https://stackoverflow.com/questions/50374908
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Convert a union to an interface.