Preparing search index...
The search index is not available
use-machine-ts
use-machine-ts
Definition
Exact
Type Alias Exact<D>
Exact
<
D
>
:
{
readonly
[
K
in
keyof
D
]
:
K
extends
"$schema"
?
D
[
K
]
:
InferNarrowestValue
<
D
[
K
]
>
}
Infer the narrowest type from the state machine definition.
Type Parameters
D
The type of state machine definition.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
use-machine-ts
Loading...
Infer the narrowest type from the state machine definition.