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