1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

add isUnsupportedBrowser in typings

isUnsupportedBrowser is missing in typings description
This commit is contained in:
Francois 2016-07-25 12:19:34 +02:00 committed by GitHub
parent 47dc65adba
commit 54f52cff8b

1
typings.d.ts vendored
View File

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