UNPKG

openapi-modifier

Version:

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

2 lines (1 loc) 65 B
export declare const isNonNil: <V>(v: V) => v is NonNullable<V>;