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
docs(core): improve NonFunction type organization and documentation
Move NonFunction type definition above resolveOption function for better logical
flow and add comprehensive JSDoc documentation explaining its purpose in preventing
recursive type ambiguity in value-or-function patterns.
- Add JSDoc for NonFunction type explaining constraint rationale
- Move type definition before its usage for better code organization
- Update resolveOption JSDoc to clarify T is constrained to non-function types
- Improve code readability and developer understanding of type constraints
0 commit comments