@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
5 lines • 348 B
TypeScript
export { getExampleFromSchema } from './get-example-from-schema.ts';
export { getParametersFromOperation } from './get-parameters-from-operation.ts';
export { getRequestBodyFromOperation } from './get-request-body-from-operation.ts';
export { getServerVariableExamples } from './get-server-variable-examples.ts';
//# sourceMappingURL=index.d.ts.map