@altostra/core
Version:
Core library for shared types and logic
1 lines • 589 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.validateValues=exports.realHttpMethods=exports.isHttpMethod=exports.HttpMethod=void 0;var Method_1=require("../aws/CloudFormation/ApiGateway/Method");function validateValues(e){return e.filter(e=>!!e)}Object.defineProperty(exports,"HttpMethod",{enumerable:!0,get:function(){return Method_1.HttpMethod}}),Object.defineProperty(exports,"isHttpMethod",{enumerable:!0,get:function(){return Method_1.isHttpMethod}}),exports.realHttpMethods=["GET","POST","PUT","DELETE","OPTIONS"],exports.validateValues=validateValues;