UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

4 lines (3 loc) 227 B
import { Handler } from './interface/template'; import { Path } from "../interface/path"; export declare function execHandler(dist: Path, src: Path, filepath: Path, resource: Map<string, any>, handler: Handler): Promise<Path>;