UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

8 lines (7 loc) 205 B
import { CompielOptions, Compile } from "../interface/handler"; interface Options extends CompielOptions { schema?: any; eval?: string; } export declare const compile: Compile<Options>; export {};