pastoralist
Version:
A tool to watch over node module resolutions and overrides
10 lines (9 loc) • 498 B
TypeScript
export declare const green: (text: string) => string;
export declare const red: (text: string) => string;
export declare const yellow: (text: string) => string;
export declare const gold: (text: string) => string;
export declare const copper: (text: string) => string;
export declare const cyan: (text: string) => string;
export declare const gray: (text: string) => string;
export declare const gradientPastoralist: () => string;
export declare const link: (url: string, text?: string) => string;