This commit is contained in:
2025-12-11 23:03:14 +00:00
commit 3906df1502
27 changed files with 12769 additions and 0 deletions

9
dist_ts/plugins.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
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;