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) 133 B
import { SchemaObject } from '../openapi-models'; export declare const checkIsObjectSchema: (schema: any) => schema is SchemaObject;