Skip to content

resolveListDefault

@tsed/cli-prompts

Usage

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

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

Overview

ts
function resolveListDefault(question: Pick<PromptListQuestion | PromptAutocompleteQuestion, "default">, choices: NormalizedChoice[]): any;

Released under the MIT License.