Skip to content

input

@tsed/cli-prompts

Usage

typescript
import { input } from "@tsed/cli-prompts/src/fn/input";

See /packages/cli-prompts/src/fn/input.ts.

Overview

ts
function input(question: NormalizedPromptQuestion): Promise<string | symbol>;

Released under the MIT License.