UNPKG
dew-router
Version:
latest (0.5.0)
next (0.2.0-next.16)
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0-next.16
0.2.0-next.15
0.2.0-next.14
0.2.0-alpha.13
0.2.0-alpha.9
0.2.0-alpha.8
0.2.0-alpha.7
0.2.0-alpha.6
0.2.0-alpha.5
0.2.0-alpha.4
0.2.0-alpha.3
0.2.0-alpha.2
0.2.0-alpha.1
0.2.0-alpha.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
dew-router
/
dist
/
matchRoutes.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
import
{
WebsiteRoute
}
from
'dew-types'
;
import
{
MatchedRoute
}
from
'./types'
;
export
declare
function
matchRoutes
(
path
:
string
,
routes
:
WebsiteRoute
[]
):
MatchedRoute
[];