Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SelvaraniAlagumuthu authored Dec 2, 2019
1 parent 02a3567 commit 65ff0c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ export function open(
path: string,
options?: RNFileViewerOptions | string
): Promise<void>;

export function download(path: string,
options?: RNFileViewerOptions | string):Promise<void>;

export function DownloadZipFile(path: string):Promise<void>;
export function UnZipFile():Promise<void>;

0 comments on commit 65ff0c6

Please sign in to comment.