mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Use index.d.ts only (not foo/foo.d.ts) * Convert more packages * Remove unnecessary references
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import ffmpeg = require("fluent-ffmpeg")
|
|
|
|
let source: string, format: string, output: string
|
|
|
|
ffmpeg({ source: source }).format(format).save(output)
|