Files
smartffmpeg/dist_ts/plugins.d.ts
2025-12-11 23:03:14 +00:00

10 lines
408 B
TypeScript

import * as path from 'path';
import * as child_process from 'child_process';
export { path, child_process };
import * as smartfs from '@push.rocks/smartfs';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartfs, smartpath, smartpromise };
export declare const ffmpegBinaryPath: string;
export declare const ffprobeBinaryPath: string;