"use strict";exports.calculateTotalPropertyValue=function(t,e){return t.reduce(((t,r)=>{const o=r[e];return"number"==typeof o?t+o:t}),0)},exports.capitalize=t=>"string"!=typeof t||0===t.trim().length?"":(t=t.trim()).charAt(0).toUpperCase()+t.slice(1).toLowerCase();