From 951b13ca6db2fe0579a72e3cfd0e8fb4acbb3ee2 Mon Sep 17 00:00:00 2001 From: crush Date: Mon, 19 Sep 2016 12:31:31 +0300 Subject: [PATCH] fix(typings): add mobile and tablet flags --- typings.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings.d.ts b/typings.d.ts index 7cb0cb1..5b2bf20 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -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