mirror of
https://github.com/lancedikson/bowser
synced 2025-06-13 13:03:52 +00:00
add getEngineName to typings
This commit is contained in:
parent
d1a6532d82
commit
3b8c605a50
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -105,6 +105,13 @@ declare namespace Bowser {
|
||||
|
||||
getEngine(): EngineDetails;
|
||||
|
||||
/**
|
||||
* Get engine's name
|
||||
* @return {String} Engine's name or an empty string
|
||||
*/
|
||||
|
||||
getEngineName(): string;
|
||||
|
||||
/**
|
||||
* Get parsed result
|
||||
* @return {ParsedResult}
|
||||
|
Loading…
Reference in New Issue
Block a user