UNPKG

openapi-modifier

Version:

This package allows you to automate the process of modifying OpenAPI specifications by applying a set of predefined rules

6 lines (5 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeMethod = void 0; const normalizeMethod = (rawMethod) => rawMethod.toLowerCase(); exports.normalizeMethod = normalizeMethod;