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

8 lines
234 B
JavaScript

'use strict';
import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
warnAboutDeprecatedESMImport('createHashHistory');
import { createHashHistory } from '../esm/history.js';
export default createHashHistory;