UNPKG

@sodacore/cli

Version:

Sodacore CLI is a plugin that offers CLI functionality within the framework.

8 lines 216 B
export default class PromptCollection { items: any[]; text(item: any): this; select(item: any): this; confirm(item: any): this; multiselect(item: any): this; } //# sourceMappingURL=prompt.d.ts.map