UNPKG
history-with-query
Version:
latest (4.10.4)
4.10.4
4.10.3
4.10.2
4.10.1
Manage session history with JavaScript
github.com/ReactTraining/history
ReactTraining/history
history-with-query
/
es
/
createBrowserHistory.js
8 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
import
warnAboutDeprecatedESMImport
from
'./warnAboutDeprecatedESMImport.js'
;
warnAboutDeprecatedESMImport
(
'createBrowserHistory'
);
import
{ createBrowserHistory }
from
'../esm/history.js'
;
export
default
createBrowserHistory;