Skip to content

Commit

Permalink
export normalizeOpenApiPath
Browse files Browse the repository at this point in the history
  • Loading branch information
niclim committed Mar 22, 2024
1 parent 0148295 commit 1185ae4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/openapi-utilities/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { OpenAPITraverser } from './openapi3/implementations/openapi3/openapi-traverser';
import {
OpenAPITraverser,
normalizeOpenApiPath,
} from './openapi3/implementations/openapi3/openapi-traverser';
import { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from 'openapi-types';
import { factsToChangelog } from './openapi3/sdk/facts-to-changelog';
export {
Expand Down Expand Up @@ -144,6 +147,7 @@ export {
isFactOrChangeVariant,
OpenApiRequestFact,
};
export { normalizeOpenApiPath };
export * from './coverage/coverage';

export * from './types';
Expand Down

0 comments on commit 1185ae4

Please sign in to comment.