1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix(typings): add mobile and tablet flags

This commit is contained in:
crush 2016-09-19 12:31:31 +03:00
parent d5daa10f01
commit 951b13ca6d

2
typings.d.ts vendored
View File

@ -26,6 +26,8 @@ export const silk: boolean
export const tizen: boolean
export const webkit: boolean
export const webos: boolean
export const mobile: boolean
export const tablet: boolean
// operating systems
export const chromeos: boolean