UNPKG

@itkyk/ftp-controller

Version:

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

7 lines (6 loc) 179 B
declare class Util { static logGreen: (log: string) => string; static logBlue: (log: string) => string; static logRed: (log: string) => string; } export default Util;