UNPKG

@opendoc/openapi-shaking

Version:

Remove the useless components and paths of openapi document.

3 lines (2 loc) 132 B
import { OpenAPIV3 } from 'openapi-types'; export declare function isValidMethod(method: unknown): method is OpenAPIV3.HttpMethods;