UNPKG

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