UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

3 lines (2 loc) 140 B
import { Loader } from "./interface/loader"; export declare function execLoader(cwd: string, loader: Loader): Promise<Record<string, any>>;