UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

11 lines 379 B
/** * Prints a tip to the user to provide helpful information. * It'll automatically insert the tip emoji (💡) and auto align the lines on the terminal. */ export declare function renderTip(lines: string[], { breakFirstLine, emoji }?: Options): void; interface Options { emoji?: string; breakFirstLine?: boolean; } export {}; //# sourceMappingURL=render-tip.d.ts.map