UNPKG

yourrouter

Version:

A powerful router based on client-side routing.

4 lines (3 loc) 92 B
export const transformHashRouteToStandardRoute = (route) => { return route.slice(1); };