UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

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