@altostra/core
Version:
Core library for shared types and logic
1 lines • 435 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.mkLength=exports.isLength=exports.FN_LENGTH=void 0;const type_validations_1=require("@altostra/type-validations"),common_1=require("./common");function mkLength(e){return{"Fn::Length":e}}exports.FN_LENGTH="Fn::Length",exports.isLength=(0,type_validations_1.objectOf)({"Fn::Length":(0,common_1.isCloudFormationValue)(Array.isArray)}),exports.mkLength=mkLength;