UNPKG

execli

Version:

Generate task-oriented CLIs declaratively

5 lines 162 B
export declare const compile: ({ source, target, }: Readonly<{ source: string; target: string; }>) => Promise<void>; //# sourceMappingURL=compile.d.ts.map