UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

4 lines (3 loc) 190 B
import { Answers } from "../interface/answers"; import { Question } from './interface/question'; export declare function inquire(questions: Question[], answers?: Answers): Promise<Answers>;