UNPKG

swagger-ts-api_zwj

Version:

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

7 lines (6 loc) 139 B
/** * 初始化配置 * @param basePath 系统根目录 */ declare const _default: (basePath: string) => void; export default _default;