Skip to content

Commit

Permalink
fix: exported the convertPostman function (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 authored Sep 24, 2024
1 parent 2a9cc8b commit f7f6645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { convert, convertOpenAPI } from './convert';
export { convert, convertOpenAPI, convertPostman } from './convert';

export type { AsyncAPIDocument, AsyncAPIConvertVersion, OpenAPIConvertVersion, ConvertOptions } from './interfaces';

0 comments on commit f7f6645

Please sign in to comment.