Skip to content

Commit

Permalink
adding options to Matcher constructor to align with commit 17d5c5d
Browse files Browse the repository at this point in the history
  • Loading branch information
voxmatt committed Jul 23, 2018
1 parent a7ea03c commit 147e763
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ declare module 'found' {
}

class Matcher implements Matcher {
constructor(routeConfig: RouteConfig);
constructor(
routeConfig: RouteConfig,
options?: { matchStemRoutes?: boolean },
);
}

/**
Expand Down

0 comments on commit 147e763

Please sign in to comment.