UNPKG

@lonu/stc

Version:

A tool for converting OpenApi/Swagger/Apifox into code.

6 lines 176 B
import type { DefaultConfigOptions } from "./swagger.js"; /** * 主入口 */ export declare const main: () => Promise<DefaultConfigOptions>; //# sourceMappingURL=cli.d.ts.map