UNPKG

@koreanpanda/inscriber

Version:

A Logger that can write logs, and print them, with full customization.

20 lines (19 loc) 720 B
/**======================================================================== * ASCII ART * ____ _ __ * / _/__ ___ ________(_) / ___ ____ * _/ // _ \(_-</ __/ __/ / _ \/ -_) __/ * /___/_//_/___/\__/_/ /_/_.__/\__/_/ * * This is the Ascii Art for the Title. This will be the logo till one is * made. * *========================================================================**/ export declare class InscriberSystem { private asciiName; private thankYouMessage; private message; constructor(); makeMessage(): string; getAsciiName(): string; }