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"