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

Merge branch 'peernohell-patch-1' into hotfix/1.4.2

This commit is contained in:
Denis Demchenko 2016-07-26 14:01:49 +03:00
commit 440f98786f

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"