File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export interface MatchOptions {
4040 strictTrailingSlash ?: boolean
4141 strongMatching ?: boolean
4242}
43+ export { QueryParamsOptions }
4344
4445export interface MatchResponse {
4546 segments : RouteNode [ ]
Original file line number Diff line number Diff line change 66 "jsnext:main" : " dist/es/route-node.js" ,
77 "module" : " dist/es/route-node.js" ,
88 "sideEffects" : false ,
9- "typings" : " ./typings/index .d.ts" ,
9+ "typings" : " ./typings/RouteNode .d.ts" ,
1010 "scripts" : {
1111 "test" : " mocha -r ts-node/register 'test/main.js'" ,
1212 "lint" : " tslint modules/*.ts" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export interface MatchOptions {
2121 strictTrailingSlash ?: boolean ;
2222 strongMatching ?: boolean ;
2323}
24+ export { QueryParamsOptions } ;
2425export interface MatchResponse {
2526 segments : RouteNode [ ] ;
2627 params : object ;
You can’t perform that action at this time.
0 commit comments