Skip to content

Commit

Permalink
fix: update FFmpegInfo typings
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Feb 3, 2021
1 parent fcaecb1 commit 519f5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface FFmpegInfo {
command: string;
info: string;
version: string;
output: string;
}

export class FFmpeg extends Duplex {
Expand Down

0 comments on commit 519f5cf

Please sign in to comment.