Preparing search index...
The search index is not available
LINQ To TypeScript - v12.0.0
LINQ To TypeScript
InferType
Type Alias InferType<T>
InferType
:
T
extends
"object"
?
object
:
T
extends
"function"
?
Function
:
T
extends
"symbol"
?
Symbol
:
T
extends
"boolean"
?
boolean
:
T
extends
"number"
?
number
:
(...)
extends
(...)
?
(...)
:
(...)
Determines the return type based on the input type T.
Type Parameters
T
See
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
LINQ To TypeScript - v12.0.0
Loading...
Determines the return type based on the input type T.