File size: 185 Bytes
ef4c36f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
declare module "ffmpeg-static" {
  const path: string | null;
  export default path;
}

declare module "ffprobe-static" {
  const ffprobe: { path: string };
  export default ffprobe;
}