You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(DurationValue): rename Count to Value for clarity
- Renames the property `Count` to `Value` to better represent the number of units in a duration.
- Updates constructor and relevant methods to use `Value`, ensuring clearer semantics in the implementation.
- Includes necessary adjustments to validation checks and string representation.
0 commit comments