UNPKG

@wulperstudio/cms

Version:
6 lines 208 B
export var getFormatCounter = function getFormatCounter(length) { if (length && length > 10) { return "(".concat("".concat(length), " items)"); } return "(".concat("0".concat(length), " items)"); };