UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

9 lines (7 loc) 216 B
"use strict"; exports.__esModule = true; exports.default = restrictInterval; function restrictInterval(value, min, max) { return Math.max(Math.min(value, max), min); } //# sourceMappingURL=restrictInterval.js.map