mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
fix export initDownloader & tests
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -79,7 +79,7 @@ export type EnsureDownloadsAreRunning = () => Promise<void>;
|
||||
export interface InitDownloaderOptions {
|
||||
type?: 'parallel' | 'sequential' | null;
|
||||
}
|
||||
export type InitDownloader = (options: InitDownloaderOptions) => Promise<void>;
|
||||
export type InitDownloader = (options: InitDownloaderOptions) => undefined;
|
||||
|
||||
export interface DownloadOption {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user