- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isBodyParameter = void 0;
|
|
function isBodyParameter(param) {
|
|
return param.in === 'body';
|
|
}
|
|
exports.isBodyParameter = isBodyParameter;
|