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

11 lines
356 B
TypeScript

// Type definitions for ffprobe-static 2.0
// Project: https://github.com/joshwnj/ffprobe-static
// 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;