Repository URL to install this package:
|
Version:
7.0.2 ▾
|
import { OneRouterToRuleThemAll } from './OneRouterToRuleThemAll'
const oneRouter = new OneRouterToRuleThemAll()
const IS_BROWSER = typeof window === 'object'
if (IS_BROWSER) {
console.warn('@global @@perf env for router global')
;(window as any).oneRouter = oneRouter
}
export { oneRouter }
export default oneRouter