UNPKG

react-easeauth

Version:

This repository contains an npm package for colorized console printing, providing easy-to-use methods for printing messages in various colors to enhance readability.

10 lines (9 loc) 365 B
export default class Chroma { info(message: string, end?: string): void; warn(message: string, end?: string): void; error(message: string, end?: string): void; success(message: string, end?: string): void; secondary(message: string, end?: string): void; boldWhite(message: string, end?: string): void; } export declare const chroma: Chroma;