ixfx
    Preparing search index...

    Type Alias Runner<V>

    Runner: {
        getValue: () => StateNames<V>;
        reset: () => void;
        run: () => Promise<MachineState<V> | undefined>;
        to: (state: StateNames<V>) => MachineState<V>;
    }

    Type Parameters

    Type declaration