UNPKG

108 BTypeScriptView Raw
1import { IDagHistory } from '../interfaces';
2export default function load<T>(history: any): IDagHistory<T>;