Files
boc/landvex/node_modules/history/createHashHistory.js
T

4 lines
140 B
JavaScript
Raw Normal View History

'use strict';
require('./warnAboutDeprecatedCJSRequire.js')('createHashHistory');
module.exports = require('./index.js').createHashHistory;