UEA-PRODEM
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// packages/core/number/src/number.ts
|
||||
// src/number.ts
|
||||
function clamp(value, [min, max]) {
|
||||
return Math.min(max, Math.max(min, value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user