mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* export path instead of module.path * update name to match package docs * update test to catch invalid import * header version bump * fix common mistake for spacing * removing `ffprobe-static` typings these typings no longer seem relevant to to ffmpeg-static * Revert "removing `ffprobe-static` typings" This reverts commit 268fcc7c6d0703483aed41550dd2570916a44d0f. * fix ffprobe-static import * fix dtslint test
12 lines
396 B
TypeScript
12 lines
396 B
TypeScript
// Type definitions for ffmpeg-static 3.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
|
|
*/
|
|
declare const pathToFfmpeg: string;
|
|
export = pathToFfmpeg;
|