hensei-web/node_modules/history/es/createMemoryHistory.js
2020-09-11 06:44:42 -07:00

7 lines
240 B
JavaScript

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