UNPKG

dependency-injection-cat

Version:

DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!

8 lines (7 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logLogo = void 0; var logLogo = function () { console.log("\n _____ _____ _____ _______ \n| __ \\_ _| / ____| /\\|__ __|\n| | | || |______| | / \\ | | \n| | | || |______| | / /\\ \\ | | \n| |__| || |_ | |____ / ____ \\| | \n|_____/_____| \\_____/_/ \\_\\_| \n"); }; exports.logLogo = logLogo;