Introduction
CLI
Links
Appearance
import { resolveListDefault } from "@tsed/cli-prompts/src/utils/resolveListDefault";
See /packages/cli-prompts/src/utils/resolveListDefault.ts.
function resolveListDefault(question: Pick<PromptListQuestion | PromptAutocompleteQuestion, "default">, choices: NormalizedChoice[]): any;