UNPKG

388 BJavaScriptView Raw
1"use strict";
2var createHistory_1 = require("./createHistory");
3var log = require('debug')('redux-dag-history:DagHistory');
4function clear(history, config) {
5 log('clearing history');
6 var graph = history.graph, current = history.current;
7 return createHistory_1.default(current, config);
8}
9Object.defineProperty(exports, "__esModule", { value: true });
10exports.default = clear;