diff --git a/src/index.d.ts b/src/index.d.ts index 6859402..859ff15 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -108,4 +108,4 @@ export function createFFmpeg(options?: CreateFFmpegOptions): FFmpeg; * Uint8Array variable for ffmpeg.wasm to consume. * */ -export function fetchFile(data: string | Buffer | Blob | File): Uint8Array; +export function fetchFile(data: string | Buffer | Blob | File): Promise;