Skip to content

Commit

Permalink
matcher should be class to allow proper import
Browse files Browse the repository at this point in the history
  • Loading branch information
voxmatt committed Jul 23, 2018
1 parent c7ef050 commit a7ea03c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ declare module 'found' {
format: (pattern: any, params: ObjectMap) => any;
}

class Matcher implements Matcher {
constructor(routeConfig: RouteConfig);
}

/**
* Location descriptor object used in #push and #replace.
*/
Expand Down

0 comments on commit a7ea03c

Please sign in to comment.