MCPcopy Create free account
hub / github.com/vuejs/vue-cli / CliPromptModule

Interface CliPromptModule

packages/@vue/cli-test-utils/assertPromptModule.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PromptModuleAPI } from '@vue/cli'
2
3interface CliPromptModule {
4 (api: PromptModuleAPI): void
5}
6
7declare function assertPromptModule(
8 module: CliPromptModule | CliPromptModule[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…