@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
12 lines (11 loc) • 472 B
JavaScript
import { getExampleFromSchema } from "./get-example-from-schema.js";
import { getParametersFromOperation } from "./get-parameters-from-operation.js";
import { getRequestBodyFromOperation } from "./get-request-body-from-operation.js";
import { getServerVariableExamples } from "./get-server-variable-examples.js";
export {
getExampleFromSchema,
getParametersFromOperation,
getRequestBodyFromOperation,
getServerVariableExamples
};
//# sourceMappingURL=index.js.map