UNPKG

@grafana/ui

Version:
8 lines (6 loc) 150 B
"use strict"; function clamp(value, min, max) { return Math.min(Math.max(value, min), max); } export { clamp }; //# sourceMappingURL=clamp.mjs.map