UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

3 lines (2 loc) 179 B
import { Template } from './interface/template'; export declare function compile(cwd: string, templatePath: string, templates: Template[], base: Map<string, any>): Promise<void>;