Home > @lndsld/math > clamp
Signature:
declare function clamp(min: number, max: number): Transform<number>;
Returns:
Transform<number>