UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

6 lines (5 loc) 137 B
"use strict"; export function clamp(value, min, max) { return Math.min(max, Math.max(min, value)); } //# sourceMappingURL=clamp.js.map