refactor: first build

This commit is contained in:
Azgaar 2022-07-05 22:55:03 +03:00
parent 3018d94618
commit 41180c57bf
26 changed files with 37 additions and 35 deletions

View file

@ -84,7 +84,7 @@ export function getHeight(h: number, abs: boolean = false) {
// Precipitation
// ***
function getFriendlyPrecipitation(prec: number) {
export function getFriendlyPrecipitation(prec: number) {
return prec * 100 + " mm";
}