UNPKG

zmp-ui

Version:

Zalo Mini App framework

7 lines (6 loc) 146 B
"use strict"; exports.__esModule = true; exports.clamp = clamp; function clamp(value, min, max) { return Math.min(Math.max(value, min), max); }