UNPKG

@quo0/stiletto

Version:

With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI

5 lines (4 loc) 205 B
import { IPromptService, IQuestionCollection } from '../../../ioc'; export declare class PromptService implements IPromptService { ask<Answers>(questions: IQuestionCollection): Promise<Answers>; }