UNPKG

openapi-modifier

Version:

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

3 lines (2 loc) 198 B
import { PathItemObject } from '../openapi-models'; export declare const findParameterIndex: (parameters: PathItemObject['parameters'], parameterName: string, parameterIn: string) => number | null;