We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1ab2d commit 97d8b90Copy full SHA for 97d8b90
index.d.ts
@@ -11,5 +11,5 @@ declare module 'react-native-zip-archive' {
11
export function unzip(source: string, target: string, charset?: string): Promise<string>;
12
export function unzipWithPassword(assetPath: string, target: string, passowrd: string): Promise<string>;
13
export function unzipAssets(assetPath: string, target: string): Promise<string>;
14
- export function subscribe(callback: ({ progress: number, filePath: string })): NativeEventSubscription;
+ export function subscribe(callback: ({ progress: number, filePath: string }) => void): NativeEventSubscription;
15
}
0 commit comments