Skip to content

Commit

Permalink
add names to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald L Mull Jr committed Sep 18, 2017
1 parent 845881a commit 8a7a863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ interface UrlPatternOptions {
}

declare class UrlPattern {
names: string[];

constructor(pattern: string, options?: UrlPatternOptions);
constructor(pattern: RegExp, groupNames?: string[]);

Expand Down

0 comments on commit 8a7a863

Please sign in to comment.