UNPKG

ivt

Version:

Ivt Components Library

8 lines (6 loc) 192 B
// packages/core/number/src/number.ts function clamp(value, [min, max]) { return Math.min(max, Math.max(min, value)); } export { clamp as c }; //# sourceMappingURL=index-GgS4otoq.mjs.map