UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

11 lines (10 loc) 371 B
export declare const isColorAllowed: () => boolean; 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;