Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Apr 27, 2023
1 parent 96edca5 commit 27fd62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare namespace Bowser {
* @return {String} version of browser
*/

getBrowserVersion(): string;
getBrowserVersion(): string | undefined;

/**
* Get OS
Expand Down

0 comments on commit 27fd62b

Please sign in to comment.