MISC: Show values of constants in type hints. (#1515)

This commit is contained in:
Tom Prince
2024-07-26 02:56:09 -06:00
committed by GitHub
parent 02538d6953
commit c3dc275d34
7 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ export const StanekConstants = {
RAMBonus: 0.1,
BaseSize: 9,
MaxSize: 25,
};
} as const;