UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

7 lines (6 loc) 298 B
import 'colors'; export declare const info: (...text: unknown[]) => void; export declare const warning: (...text: unknown[]) => void; export declare const error: (...text: unknown[]) => void; export declare const success: (...text: unknown[]) => void; export declare const enter: () => void;