@vendure/ngx-translate-extract
Version:
Extract strings from projects using ngx-translate
7 lines (6 loc) • 319 B
TypeScript
export declare const cyan: (text: string) => string;
export declare const yellow: (text: string) => string;
export declare const green: (text: string) => string;
export declare const bold: (text: string) => string;
export declare const dim: (text: string) => string;
export declare const red: (text: string) => string;