mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Add a missing type definition
This commit is contained in:
parent
a1f1af1e36
commit
fec3c034b7
3
typings.d.ts
vendored
3
typings.d.ts
vendored
@ -83,6 +83,9 @@ declare namespace bowser {
|
||||
name: string;
|
||||
/** Version number for the browser. E.g. '32.0' */
|
||||
version: string|number;
|
||||
/** Name for this operating system. E.g. 'macOS' */
|
||||
osname: string;
|
||||
/** Version number for this operating system. E.g. '10.12.6' */
|
||||
osversion: string|number;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user