initial
This commit is contained in:
9
dist_ts/plugins.d.ts
vendored
Normal file
9
dist_ts/plugins.d.ts
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user