UNPKG

159 BTypeScriptView Raw
1import { IDagHistory, StateId } from '../interfaces';
2export default function jumpToStateLogged<T>(stateId: StateId, history: IDagHistory<T>): IDagHistory<T>;