MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/prompt.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * class to allow easier mocking management in test environments.
14 */
15export class Prompt {
16 static confirm = (
17 // These are extractions of the PromptConfig from the inquirer types.
18 _config: Parameters<typeof confirm>[0],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected