#69 : Code cleanup
This commit is contained in:
@@ -7,4 +7,4 @@ export const getDistance = (p1, p2) => {
|
||||
|
||||
export function getValueInRange(min, value, max) {
|
||||
return Math.max(min, Math.min(value, max))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user