UNPKG

222 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isBodyParameter = void 0;
4function isBodyParameter(param) {
5 return param.in === 'body';
6}
7exports.isBodyParameter = isBodyParameter;