UNPKG

yourrouter

Version:

A powerful router based on client-side routing.

4 lines (3 loc) 89 B
export const transformStandardRouteToHashRoute = (route) => { return `#${route}`; };