createHashHistory.js 140 B

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