UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

10 lines (9 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clamp = clamp; function clamp(value, min, max) { return Math.min(max, Math.max(min, value)); } //# sourceMappingURL=clamp.js.map