UNPKG

@grafana/ui

Version:
12 lines (8 loc) 234 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; function clamp(value, min, max) { return Math.min(Math.max(value, min), max); } exports.clamp = clamp; //# sourceMappingURL=clamp.cjs.map