UNPKG

yourrouter

Version:

A powerful router based on client-side routing.

3 lines (2 loc) 157 B
import { RoutePath, RoutePathWithHash } from '../../types'; export declare const transformStandardRouteToHashRoute: (route: RoutePath) => RoutePathWithHash;