UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

10 lines (7 loc) 242 B
import { requestSchema } from './requests.js'; /** * Aliases Request to Operation which is closer to the spec, * also will not conflict with the builtin Request class */ const operationSchema = requestSchema; export { operationSchema };