& priority <= PRIORITY_LOW) { return "Low"; } return "Lowest"; } module.exports = { getFormattedIPAndPort, getFormattedSize, getFormattedTime, getSizeWithDecimals, getTimeWithDecimals, getRequestPriorityAsText, }; PK