UNPKG

inklog

Version:

A colorful and beautiful terminal logger for Node.js with fixed-width output and smart default messages.

5 lines (4 loc) 223 B
export declare const successLog: (msg?: string) => void; export declare const errorLog: (msg?: string) => void; export declare const warningLog: (msg?: string) => void; export declare const infoLog: (msg?: string) => void;