Skip to content

Commit

Permalink
build(typescript): better integration typescript projects (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
monroepe authored Oct 3, 2019
2 parents 1cba6f5 + 28598cc commit ed61aa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/Browser.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
declare const window: any;
declare const opr: any;
declare const InstallTrigger: any;
declare const safari: any;
declare const document: any;

/* tslint:disable */
export class Browser {
private readonly name: string;
Expand Down

0 comments on commit ed61aa9

Please sign in to comment.