UNPKG

@clean-js/api-gen

Version:

[docs](https://lulusir.github.io/clean-js/api-gen/usage) [中文文档](https://github.com/lulusir/clean-js-api-gen/blob/main/README-zh.md)

4 lines (3 loc) 208 B
import { OpenAPI } from 'openapi-types'; export declare function loadDoc(url: string): Promise<OpenAPI.Document<{}>>; export declare function processDoc(doc: any, url: string): Promise<OpenAPI.Document<{}>>;