UNPKG

@zohodesk/hooks

Version:

Unified Component Library - Hooks

7 lines (6 loc) 104 B
export default function (count, max) { if (max < count) { return `${max}+`; } return count; }