UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

37 lines (36 loc) 886 B
/** * use to color helper text in prompts */ export declare const promptHelper: import("chalk").ChalkInstance; /** * use to color command comments */ export declare const comment: import("chalk").ChalkInstance; /** * use to color command lines */ export declare const command: import("chalk").ChalkInstance; /** * use to color with emphasis */ export declare const emphasis: import("chalk").ChalkInstance; /** * use to color file name */ export declare const file: import("chalk").ChalkInstance; /** * use to color web links */ export declare const link: import("chalk").ChalkInstance; /** * use to color errors */ export declare const error: import("chalk").ChalkInstance; /** * use to color success messages */ export declare const success: import("chalk").ChalkInstance; /** * use to color worker logs */ export declare const worker: import("chalk").ChalkInstance;