1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +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

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"