Merge pull request #145 from Jannchie/patch-1
fix: incorrect function signature in index.d.ts
This commit is contained in:
commit
d46cf8b459
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -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<Uint8Array>;
|
||||
|
Loading…
Reference in New Issue
Block a user