UNPKG

chai-latte

Version:

Build expressive & readable fluent interface libraries.

7 lines (6 loc) 152 B
interface CompileConfig { input: string; output: string; } export declare const compileUsingTsNode: (config: CompileConfig) => void; export {};