Add doc to script file

This commit is contained in:
2025-11-27 20:09:58 +00:00
parent 312bb911bc
commit 032b966a9d
18 changed files with 189 additions and 2 deletions

View File

@@ -1,4 +1,13 @@
// Application constants
/**
* Application Constants and Type Definitions
*
* Defines TypeScript interfaces for application state, pharmacokinetic parameters,
* and default values. Central configuration for localStorage keys and conversion factors.
*
* @author Andreas Weyer
* @license MIT
*/
export const LOCAL_STORAGE_KEY = 'medPlanAssistantState_v5';
export const LDX_TO_DAMPH_CONVERSION_FACTOR = 0.2948;