@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
10 lines • 359 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;
//# sourceMappingURL=cli-colors.d.ts.map