DefinitelyTyped/types/ffmpeg-static/index.d.ts

11 lines
364 B
TypeScript

// Type definitions for ffmpeg-static 2.0
// Project: https://github.com/eugeneware/ffmpeg-static#readme
// Definitions by: Steve Tran <https://github.com/iamstevetran>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/*~ You can declare properties of the module using const, let, or var */
/**
* Binary location
*/
export const path: string;