flagpole
Version:
Simple and fast DOM integration, headless or headful browser, and REST API testing framework.
8 lines (7 loc) • 394 B
TypeScript
import prompts = require("prompts");
export declare function printHeader(): void;
export declare function printOldHeader(): void;
export declare function printSubheader(heading: string): void;
export declare function printLine(...messages: string[]): void;
export declare function trimInput(input: any): any;
export declare function stringArrayToPromptChoices(arr: string[]): prompts.Choice[];