UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

14 lines (11 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const clamp = (val, min, max) => { return Math.min(Math.max(min, val), max); }; var _default = clamp; exports.default = _default; //# sourceMappingURL=clamp.js.map