clik-engine API
    Preparing search index...

    Interface ConsolePrinter

    interface ConsolePrinter {
        error(text: string): void;
        log(text: string, color?: string): void;
        warn(text: string): void;
    }
    Index

    Methods

    Methods