mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Update @returns of Parser.prototype.parse
This commit is contained in:
3
index.d.ts
vendored
3
index.d.ts
vendored
@@ -130,9 +130,10 @@ declare namespace Bowser {
|
||||
|
||||
/**
|
||||
* Parse full information about the browser
|
||||
* @returns {Parser.Parser}
|
||||
*/
|
||||
|
||||
parse(): void;
|
||||
parse(): Parser.Parser;
|
||||
|
||||
/**
|
||||
* Get parsed browser object
|
||||
|
||||
Reference in New Issue
Block a user