UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

5 lines (4 loc) 264 B
import { Path } from "../../interface/path"; import { Repository } from "../../interface/repository"; export declare function hasCache(repository: Repository): Promise<boolean>; export declare function download(repository: Repository, cwd: string): Promise<Path>;