autoforce
Version:
Developer Automation tool for Github / Gitlab and Salesforce projects.
6 lines (5 loc) • 365 B
TypeScript
export declare function logError(message: string, tabs?: string): void;
export declare function logWarning(message: string, tabs?: string): void;
export declare function logInfo(message: string, tabs?: string): void;
export declare function logStep(message: string, tabs?: string): void;
export declare function getColored(text: string, colorName: string): string;