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

6 lines (5 loc) 247 B
import { IQuestionCollection } from '../../../ioc'; export interface LaunchSetupQuestionsResult { setupPath: string; } export declare function generateLaunchSetupQuestions(possiblePaths: string[], setupName: string): IQuestionCollection;