Add chromium to browser flag interface

pull/207/head
Ville Kentta 7 years ago 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

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

Loading…
Cancel
Save