We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Construct
1 parent f525bd1 commit 33b1f05Copy full SHA for 33b1f05
1 file changed
lib/index.ts
@@ -4,6 +4,10 @@ import { OpenAPIV3 } from 'openapi-types';
4
5
export const { HttpMethods } = OpenAPIV3;
6
7
+// export the version of Constructs we are using to ensure we're
8
+// everyone is using the same version
9
+export { Construct };
10
+
11
export { Api, OpenApiVersion } from '../lib/api.js';
12
export { Parameter } from '../lib/parameter.js';
13
export { Path } from '../lib/path.js';
0 commit comments