@alanscodelog/utils
Github
Issues
npm
Preparing search index...
types
OrToAnd
Type Alias OrToAnd<TUnion>
OrToAnd
:
(
TUnion
extends
any
?
(
k
:
TUnion
)
=>
void
:
never
)
extends
(
k
:
infer
I
,
)
=>
void
?
I
:
never
Converts a union type to an intersection.
Type Parameters
TUnion
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@alanscodelog/utils
Loading...
Converts a union type to an intersection.