lnked/react-starter

View on GitHub
src/helpers/browser-history.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { createBrowserHistory } from 'history'

// https://github.com/mjackson/history
const browserHistory: any = process.env.BROWSER && createBrowserHistory()

export default browserHistory