@mathjax/src
Preparing search index...
types/Types
COMBINE
Type Alias COMBINE<T>
COMBINE
:
(
T
extends
any
?
(
x
:
T
)
=>
void
:
never
)
extends
(
x
:
infer
I
)
=>
void
?
I
:
never
Combine "|" types into "&" types.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mathjax/src
Loading...
Combine "|" types into "&" types.