UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

4 lines (3 loc) 239 B
import { Answers } from "../interface/answers"; import { Repository } from "../interface/repository"; export declare function render(cwd: string, repository: Repository, answers: Answers, initResource: Record<string, any>): Promise<void>;