@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
5 lines (4 loc) • 313 B
JavaScript
export { getExampleFromSchema } from './get-example-from-schema.js';
export { getParametersFromOperation } from './get-parameters-from-operation.js';
export { getRequestBodyFromOperation } from './get-request-body-from-operation.js';
export { getServerVariableExamples } from './get-server-variable-examples.js';