UNPKG
hele-router
Version:
latest (0.1.0)
0.1.0
Declarative routing for hele.
github.com/huang2002/hele-router
huang2002/hele-router
hele-router
/
typings
/
testRoute.d.ts
2 lines
(1 loc)
•
94 B
TypeScript
View Raw
1
2
export
declare
function
testRoute
(
pathname
:
string
,
path
:
string
,
exact
?:
boolean
):
boolean
;