@nestjs/common
Version: 
Nest - modern, fast, powerful node.js web framework (@common)
10 lines (9 loc) • 319 B
TypeScript
export declare const clc: {
    bold: (text: string) => string;
    green: (text: string) => string;
    yellow: (text: string) => string;
    red: (text: string) => string;
    magentaBright: (text: string) => string;
    cyanBright: (text: string) => string;
};
export declare const yellow: (text: string) => string;