Skip to content

normalizeQuestion

@tsed/cli-prompts

Usage

typescript
import { normalizeQuestion } from "@tsed/cli-prompts/src/utils/normalizeQuestion";

See /packages/cli-prompts/src/utils/normalizeQuestion.ts.

Overview

ts
function normalizeQuestion(question: PromptQuestion, answers: Record<string, unknown>): Promise<NormalizedPromptQuestion>;

Released under the MIT License.