UNPKG

221 BJavaScriptView Raw
1/**
2 * Copyright 2014, Yahoo! Inc.
3 * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
4 */
5'use strict';
6
7module.exports = {
8 HistoryWithHash: require('./HistoryWithHash')
9};