Vertex Viewer SDK
Preparing search index...
Utils
Mapper
ThrowIfInvalidFunc
Type Alias ThrowIfInvalidFunc<T, R>
ThrowIfInvalidFunc
:
(
input
:
T
)
=>
R
A function that transforms an input into another type, or throws if the input is invalid.
Type Parameters
T
R
Type Declaration
(
input
:
T
)
:
R
Parameters
input
:
T
Returns
R
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Vertex Viewer SDK
Loading...
A function that transforms an input into another type, or throws if the input is invalid.