UNPKG

@nitor-infotech/connected-akita-router-core

Version:
7 lines 161 B
export const createInitialRoute = history => { const initialRoute = { location: history.location, action: history.action }; return initialRoute; };