UNPKG

394 BTypeScriptView Raw
1import prompts = require("prompts");
2export declare function printHeader(): void;
3export declare function printOldHeader(): void;
4export declare function printSubheader(heading: string): void;
5export declare function printLine(...messages: string[]): void;
6export declare function trimInput(input: any): any;
7export declare function stringArrayToPromptChoices(arr: string[]): prompts.Choice[];