UNPKG

@api-helper/template

Version:

根据 Swagger 的接口定义生成 TypeScript/JavaScript 的接口类型及其请求函数代码。

5 lines (4 loc) 140 B
import { Options } from 'prettier'; export default function formatCode(code?: string, options?: Options & { codeType?: string; }): any;