UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

7 lines (6 loc) 190 B
import { CompielOptions, Compile } from "../interface/handler"; interface Options extends CompielOptions { filename: string; } export declare const compile: Compile<Options>; export {};