MCPcopy
hub / github.com/SBoudrias/Inquirer.js / QuestionMap

Interface QuestionMap

packages/inquirer/inquirer.test.ts:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23declare module './src/index.js' {
24 interface QuestionMap {
25 stub: { answer?: string | boolean; message: string; default?: string };
26 stub2: { answer?: string | boolean; message: string; default: string };
27 stubSelect: { choices: string[] };
28 failing: { message: string };
29 list: { message: string };
30 }
31}
32
33type TestQuestions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected