UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

8 lines (7 loc) 244 B
import { Repository } from "../interface/repository"; interface Options { cwd?: string; registry?: string; } export declare function parseTemplate(template: string, version: string | undefined, options: Options): Repository; export {};