UNPKG

@wulperstudio/cms

Version:
12 lines (11 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getFormatCounter = void 0; var getFormatCounter = exports.getFormatCounter = function getFormatCounter(length) { if (length && length > 10) { return "(".concat("".concat(length), " items)"); } return "(".concat("0".concat(length), " items)"); };