UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 62 B
export function clamp(t,a,n){return Math.min(Math.max(t,a),n)}