joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
575 stars 99 forks source link

fix(types): it should return promise<string> #179

Closed michael-land closed 2 years ago

michael-land commented 2 years ago

https://github.com/joolfe/postman-to-openapi/blob/master/lib/index.js#L9

its an async function

image