UNPKG

gitdocs

Version:

Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.

8 lines (5 loc) 152 B
import { createBrowserHistory } from 'history' const history = typeof window !== 'undefined' ? createBrowserHistory() : {} export default history