From 1975a501f30767f16e9830cc2c3154067d8a7669 Mon Sep 17 00:00:00 2001 From: Ville Kentta Date: Thu, 21 Dec 2017 13:50:53 +0200 Subject: [PATCH] Add chromium to browser flag interface --- typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings.d.ts b/typings.d.ts index e43bab2..84af6bd 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -31,6 +31,7 @@ declare namespace bowser { export interface IBowserVersions { chrome: boolean; + chromium: boolean; firefox: boolean; msie: boolean; msedge: boolean;