UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

15 lines (14 loc) 272 B
type ColorFn = (text: string) => string; interface Colors { red: ColorFn; yellow: ColorFn; green: ColorFn; blue: ColorFn; white: ColorFn; bold: ColorFn; inverse: { cyan: ColorFn; }; } export declare const colors: Colors; export {};