UNPKG

@types/ffmpeg-static

Version:
7 lines (6 loc) 159 B
/*~ You can declare properties of the module using const, let, or var */ /** * Binary location */ declare const pathToFfmpeg: string; export = pathToFfmpeg;