node2sql-cli
Version:
Node project tools
19 lines • 596 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Printer = void 0;
class Printer {
static power() {
console.log('');
console.log('');
console.log(' ____ ___');
console.log(' / __ \\/ ');
console.log(' / / / / /| | ');
console.log(' / /_/ / ___ ');
console.log(' /_____/_/ |_/');
console.log('');
console.log('');
console.log('Visit https://123.hellobike.com/ to learn more.');
}
}
exports.Printer = Printer;
//# sourceMappingURL=printer.js.map