UNPKG

zmp-ui

Version:

Zalo Mini App framework

3 lines 88 B
export function clamp(value, min, max) { return Math.min(Math.max(value, min), max); }