Skip to content

Commit

Permalink
remove }
Browse files Browse the repository at this point in the history
  • Loading branch information
syrine kriaa committed Jan 6, 2022
1 parent 4423404 commit 128ec0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ interface InAppBrowser {
* The options string must not contain any blank space, and each feature's
* name/value pairs must be separated by a comma. Feature names are case insensitive.
* @param headers Request headers (Optional).
*
*/
open(url: string, target?: string, options?: string, headers?: any): InAppBrowser;
}

onloadstart(type: Event): void;
onloadstop(type: InAppBrowserEvent): void;
Expand Down

0 comments on commit 128ec0c

Please sign in to comment.