UNPKG

openapi2aspida

Version:

Convert OpenAPI 3.0 or Swagger 2.0 definitions into aspida

4 lines 229 B
import type { OpenAPIV3 } from 'openapi-types'; declare const _default: (text: string, params: OpenAPIV3.ParameterObject[], openapi: OpenAPIV3.Document) => string; export default _default; //# sourceMappingURL=getDirName.d.ts.map