UNPKG

@wordpress/components

Version:
10 lines (9 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clampNumberOfMonths = clampNumberOfMonths; function clampNumberOfMonths(numberOfMonths) { return Math.min(3, Math.max(1, numberOfMonths)); } //# sourceMappingURL=misc.js.map