1
0
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:
Chanhyun,Roh 2018-04-18 17:29:21 +09:00 committed by Denis Demchenko
parent 645f3a95a4
commit b53cd60e18

3
typings.d.ts vendored
View File

@ -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;
}