Skip to content

Commit

Permalink
Merge pull request #438 from Cordazar/patch-2
Browse files Browse the repository at this point in the history
Add missing typescript property declaration
  • Loading branch information
lancedikson authored Sep 12, 2020
2 parents 33d6f9a + 0deba66 commit a6317d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ declare namespace Bowser {

getEngine(): EngineDetails;

/**
* Get parsed engine's name
* @returns {String} Engine's name or an empty string
*/

getEngineName(): string;

/**
* Get parsed result
* @return {ParsedResult}
Expand Down

0 comments on commit a6317d2

Please sign in to comment.