Files
documentation/node_modules/history/createHashHistory.js
2024-03-22 03:47:51 +05:30

4 lines
140 B
JavaScript

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