mirror of https://github.com/jkjoy/sunpeiwen.git
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
|
import { SftpSyncConfig, SftpSyncOptions } from './lib/config';
|
||
|
export declare function deploy(config: SftpSyncConfig, options?: SftpSyncOptions): Promise<void>;
|
||
|
export default deploy;
|
||
|
export * from './lib/sftpSync';
|
||
|
export * from './lib/config';
|