From 54f52cff8b54c8c384040475389008a9c3ff5f4e Mon Sep 17 00:00:00 2001 From: Francois Date: Mon, 25 Jul 2016 12:19:34 +0200 Subject: [PATCH] add isUnsupportedBrowser in typings isUnsupportedBrowser is missing in typings description --- typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings.d.ts b/typings.d.ts index 485c4b0..7cb0cb1 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -40,6 +40,7 @@ export const windows: boolean export const windowsphone: boolean export function test(browserList: Flag[]): boolean +export function isUnsupportedBrowser(minVersions:Object, strictMode?:Boolean, ua?:string): boolean export type Flag = "a" | "b" | "c" | "android" | "bada" | "blackberry" | "chrome" | "firefox" | "gecko" | "ios" | "msie"