UNPKG

openapi-modifier

Version:

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

8 lines (7 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNonNil = void 0; const isNonNil = (v) => { return v !== undefined && v !== null; }; exports.isNonNil = isNonNil;