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

View File

@@ -14,7 +14,7 @@ export const HacknetNodeConstants = {
MaxLevel: 200,
MaxRam: 64,
MaxCores: 16,
};
} as const;
export const PurchaseMultipliers: {
[key: string]: number | "MAX" | undefined;
@@ -49,4 +49,4 @@ export const HacknetServerConstants = {
MaxRam: 8192,
MaxCores: 128,
MaxCache: 15,
};
} as const;