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:
parent
47dc65adba
commit
54f52cff8b
1
typings.d.ts
vendored
1
typings.d.ts
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user