UNPKG

openapi-to-postmanv2

Version:

Convert a given OpenAPI specification to Postman Collection v2.0

8 lines 199 B
/** * Shared Utilities Module * Exports all shared utility functions and types */ export * from './constants'; export * from './types'; export * from './utils'; //# sourceMappingURL=index.d.ts.map