fix(typings): add mobile and tablet flags

pull/163/head
crush 8 years ago
parent d5daa10f01
commit 951b13ca6d

2
typings.d.ts vendored

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

Loading…
Cancel
Save