Skip to content

Commit

Permalink
build(typescript): better integration typescript projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Lassalle committed Oct 3, 2019
1 parent 36bd241 commit 28598cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/utils/Browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
declare const window: any, opr: any, InstallTrigger: any, safari: any, document: any;
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;
private readonly storageSize: number = 5242880;
Expand Down

0 comments on commit 28598cc

Please sign in to comment.