mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
364 B
TypeScript
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;
|