UNPKG
@appolo/router
Version:
latest (8.0.2)
8.0.2
8.0.1
8.0.0
fast routing
github.com/shmoop207/appolo-router
shmoop207/appolo-router
@appolo/router
/
lib
/
IOptions.ts
5 lines
•
108 B
text/typescript
View Raw
1
2
3
4
5
export
interface
IOptions
{
maxCacheSize
?:
number
,
useCache
?:
boolean
,
decodeUrlParams
?:
boolean
}