UNPKG

@itkyk/ftp-controller

Version:

## How to use this module. 1. Npm module install ``` $ npm i -D @itkyk/ftp-controller ```

8 lines (7 loc) 227 B
interface optionsInterface { deploy: string; list?: boolean; } declare const deploy: (key: string, list?: boolean) => void; export declare const certification: (option: optionsInterface) => void; export default deploy;