UNPKG

@wordpress/components

Version:
4 lines 139 B
export function clampNumberOfMonths(numberOfMonths) { return Math.min(3, Math.max(1, numberOfMonths)); } //# sourceMappingURL=misc.js.map