UNPKG

@itkyk/ftp-controller

Version:

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

15 lines (14 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Util { } Util.logGreen = (log) => { return `\u001b[32m${log}\u001b[0m`; }; Util.logBlue = (log) => { return `\u001b[34m${log}\u001b[0m`; }; Util.logRed = (log) => { return `\u001b[31m${log}\u001b[0m`; }; exports.default = Util;