Skip to content

normalizeChoices

@tsed/cli-prompts

Usage

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

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

Overview

ts
function normalizeChoices(inputs?: PromptChoiceInput[]): NormalizedChoice[];

Released under the MIT License.