Skip to content

Commit

Permalink
Fix #710: Add type to IBrowser (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiny committed Mar 19, 2024
1 parent b29a9a7 commit a43d659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/ua-parser.d.ts
Expand Up @@ -15,6 +15,7 @@ declare namespace UAParser {
name?: string;
version?: string;
major?: string;
type?: string;
}

interface ICPU extends IData<ICPU> {
Expand Down

0 comments on commit a43d659

Please sign in to comment.