UNPKG

155 BTypeScriptView Raw
1import { IDagHistory, BranchId } from '../interfaces';
2export default function jumpToBranch<T>(branch: BranchId, history: IDagHistory<T>): IDagHistory<T>;