Repository URL to install this package:
|
Version:
7.0.2 ▾
|
/**
* @description what this does is match our params in bootstrapper/routes
* @param {*} pathname
*/
declare function matchRouteParams(pathname: any): void;
export { matchRouteParams, };