#69 : Code cleanup

This commit is contained in:
Vadim
2021-09-13 22:41:36 +03:00
parent 7266566d54
commit 6108dbf910
4 changed files with 376 additions and 133 deletions

View File

@@ -7,4 +7,4 @@ export const getDistance = (p1, p2) => {
export function getValueInRange(min, value, max) {
return Math.max(min, Math.min(value, max))
}
}