UNPKG

swagger-ts-api_zwj

Version:

根据swagger文档生成typescript客户端调用代码

7 lines (6 loc) 148 B
/** * 生成代码 * @param basePath 是否调试模式 */ declare const _default: (basePath: string) => Promise<void>; export default _default;