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

Add chromium to browser flag interface

This commit is contained in:
Ville Kentta 2017-12-21 13:50:53 +02:00 committed by GitHub
parent d657769e44
commit ae2cf93461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
typings.d.ts vendored
View File

@ -31,6 +31,7 @@ declare namespace bowser {
export interface IBowserVersions {
chrome: boolean;
chromium: boolean;
firefox: boolean;
msie: boolean;
msedge: boolean;