mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
define whale in typings.d.ts
This commit is contained in:
parent
645f3a95a4
commit
b53cd60e18
3
typings.d.ts
vendored
3
typings.d.ts
vendored
@ -62,6 +62,7 @@ declare namespace bowser {
|
||||
vivaldi: boolean;
|
||||
sleipnir: boolean;
|
||||
kMeleon: boolean;
|
||||
whale: boolean;
|
||||
}
|
||||
|
||||
export interface IBowserEngines {
|
||||
@ -90,7 +91,7 @@ declare namespace bowser {
|
||||
version: string|number;
|
||||
/** Name for this operating system. E.g. 'macOS' */
|
||||
osname: string;
|
||||
/** Version number for this operating system. E.g. '10.12.6' */
|
||||
/** Version number for this operating system. E.g. '10.12.6' */
|
||||
osversion: string|number;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user