···11+export { getSpec } from './getSpec';
22+export { initConfigs } from './initConfigs';
33+export { parseOpenApiSpec } from './openApi';
+1
packages/openapi-ts/src/openApi/index.ts
···5757}
58585959/**
6060+ * @internal
6061 * Parse the resolved OpenAPI specification. This will populate and return
6162 * `context` with intermediate representation obtained from the parsed spec.
6263 */