UNPKG

moltres-react

Version:
12 lines (9 loc) 196 B
import { createMemoryHistory } from 'history' let history const createHistory = () => { if (!history) { history = createMemoryHistory() } return history } export default createHistory